Html Css Color HEX #DD78EF Heliotrope

📋 copy color: '#DD78EF'

red 221 ◦ green 120 ◦ blue 239

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

Shades of Heliotrope #DD78EF

Tints of Heliotrope #DD78EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 38.1%
G = 20.69%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD78EF (or 0xDD78EF) is known color: Heliotrope. HEX triplet: DD, 78 and EF. RGB value is (221,120,239). Sum of RGB (Red+Green+Blue) = 221+120+239=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78EF is #228710. Grayscale: #A3A3A3. Windows color (decimal): -2262801 or 15694045. OLE color: 15694045.

HSL color Cylindrical-coordinate representation of color #DD78EF: hue angle of 290.92º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD78EF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 120 239 -
CMYK 0.08 0.50 0 0.06
HSL 290.92º 0.79% 0.7% -
HSV(B) 290.92º 0.5% 0.94% -
XYZ 52.12 35.04 85.68 -
YUV 163.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 221 120 239 0.08 0.50 0 0.06 290.92 0.79 0.7
Hex DD 78 EF 8 32 0 6 123 4F 46
Octal 335 170 357 10 62 0 6 443 117 106
Binary 11011101 1111000 11101111 1000 110010 0 110 100100011 1001111 1000110

Color Harmonies of #DD78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78EF

Black with #DD78EF

Text Example


Text Example

White with #DD78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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