#DD74ED

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

Shades of Heliotrope #DD74ED

Tints of Heliotrope #DD74ED

Color information

#DD74ED (or 0xDD74ED) is unknown color: approx Heliotrope. HEX triplet: DD, 74 and ED. RGB value is (221,116,237). Sum of RGB (Red+Green+Blue) = 221+116+237=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74ED is #228B12. Grayscale: #A0A0A0. Windows color (decimal): -2263827 or 15561949. OLE color: 15561949.

HSL color Cylindrical-coordinate representation of color #DD74ED: hue angle of 292.07º degrees, saturation: 0.77, 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 #DD74ED is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221116237-
CMYK0.070.5100.07
HSL292.07º77.07%69.22%-
HSV(B)292.07º51.05%92.94%-
XYZ51.3533.9883.97-
YUV161.19170.79170.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 116 (45.70% from 255) = 20.21%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=38.50%
G=20.21%
B=41.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211162370.070.5100.07292.0777.0769.22
HexDD74ED733071244d45
Octal33516435576307444115105
Binary11011101111010011101101111110011011110010010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74ED; }

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

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

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

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

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

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

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

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