Html Css Color HEX #DD78FF Heliotrope

📋 copy color: '#DD78FF'

red 221 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #DD78FF

Tints of Heliotrope #DD78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 37.08%
G = 20.13%
B = 42.79%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD78FF (or 0xDD78FF) is known color: Heliotrope. HEX triplet: DD, 78 and FF. RGB value is (221,120,255). Sum of RGB (Red+Green+Blue) = 221+120+255=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FF is #228700. Grayscale: #A5A5A5. Windows color (decimal): -2262785 or 16742621. OLE color: 16742621.

HSL color Cylindrical-coordinate representation of color #DD78FF: hue angle of 284.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD78FF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 120 255 -
CMYK 0.13 0.53 0 0
HSL 284.89º 1% 0.74% -
HSV(B) 284.89º 0.53% 1% -
XYZ 54.59 36.03 98.68 -
YUV 165.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 221 120 255 0.13 0.53 0 0 284.89 1 0.74
Hex DD 78 FF D 35 0 0 11D 64 4A
Octal 335 170 377 15 65 0 0 435 144 112
Binary 11011101 1111000 11111111 1101 110101 0 0 100011101 1100100 1001010

Color Harmonies of #DD78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78FF

Black with #DD78FF

Text Example


Text Example

White with #DD78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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