#DD78ED

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

Shades of Heliotrope #DD78ED

Tints of Heliotrope #DD78ED

Color information

#DD78ED (or 0xDD78ED) is unknown color: approx Heliotrope. HEX triplet: DD, 78 and ED. RGB value is (221,120,237). Sum of RGB (Red+Green+Blue) = 221+120+237=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78ED is #228712. Grayscale: #A3A3A3. Windows color (decimal): -2262803 or 15562973. OLE color: 15562973.

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

Color convert

RGB221120237-
CMYK0.070.4900.07
HSL291.79º76.47%70%-
HSV(B)291.79º49.37%92.94%-
XYZ51.8234.9284.13-
YUV163.54169.46168.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 120 (47.27% from 255) = 20.76%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=38.24%
G=20.76%
B=41.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211202370.070.4900.07291.7976.4770
HexDD78ED731071244c46
Octal33517035576107444114106
Binary11011101111100011101101111110001011110010010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78ED; }

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

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

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

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

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

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

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

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