Html Css Color HEX #DD78EC Heliotrope

📋 copy color: '#DD78EC'

red 221 ◦ green 120 ◦ blue 236

#DD78EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DD78EC

Tints of Heliotrope #DD78EC

RGB

 RED value IS 221 (86.72% from 255) = 38.3%

 GREEN value IS 120 (47.27% from 255) = 20.8%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 38.3%
G = 20.8%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD78EC (or 0xDD78EC) is known color: Heliotrope. HEX triplet: DD, 78 and EC. RGB value is (221,120,236). Sum of RGB (Red+Green+Blue) = 221+120+236=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78EC is #228713. Grayscale: #A3A3A3. Windows color (decimal): -2262804 or 15497437. OLE color: 15497437.

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

Color convert

RGB 221 120 236 -
CMYK 0.06 0.49 0 0.07
HSL 292.24º 0.75% 0.7% -
HSV(B) 292.24º 0.49% 0.93% -
XYZ 51.68 34.86 83.36 -
YUV 163.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 221 120 236 0.06 0.49 0 0.07 292.24 0.75 0.7
Hex DD 78 EC 6 31 0 7 124 4B 46
Octal 335 170 354 6 61 0 7 444 113 106
Binary 11011101 1111000 11101100 110 110001 0 111 100100100 1001011 1000110

Color Harmonies of #DD78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78EC

Black with #DD78EC

Text Example


Text Example

White with #DD78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78EC; }

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

 H1.HeaderClassName
 {
   color: #DD78EC;
 }
 .AnyTagClassName
 {
   color: #DD78EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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