#DD74EC

Color #DD74EC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD74EC

Tints of Heliotrope #DD74EC

Color information

#DD74EC (or 0xDD74EC) is unknown color: approx Heliotrope. HEX triplet: DD, 74 and EC. RGB value is (221,116,236). Sum of RGB (Red+Green+Blue) = 221+116+236=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74EC is #228B13. Grayscale: #A0A0A0. Windows color (decimal): -2263828 or 15496413. OLE color: 15496413.

HSL color Cylindrical-coordinate representation of color #DD74EC: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD74EC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221116236-
CMYK0.060.5100.07
HSL292.5º75.95%69.02%-
HSV(B)292.5º50.85%92.55%-
XYZ51.233.9283.21-
YUV161.07170.29170.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 116 (45.70% from 255) = 20.24%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=38.57%
G=20.24%
B=41.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211162360.060.5100.07292.575.9569.02
HexDD74EC633071244c45
Octal33516435466307444114105
Binary11011101111010011101100110110011011110010010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74EC; }

 p { color: rgb(221,116,236); }

 H1.HeaderClassName
 {
   color: #DD74EC;
 }
 .AnyTagClassName
 {
   color: #DD74EC;
 }
</style>
background-color css

<style>
 a { background-color: #DD74EC; }

 a { background-color: rgb(221,116,236); }

 div.DivClassName
 {
   background-color: #DD74EC;
 }
 .BgClassName
 {
   background-color: #DD74EC;
 }
</style>
border-color css

<style>
 span { border-color: #DD74EC; }

 span { border-color: rgb(221,116,236); }

 td.TdClassName
 {
   border-color: #DD74EC;
 }
 .TagClassName
 {
   border-color: #DD74EC;
 }
</style>