Html Css Color HEX #DD78F8 Heliotrope

📋 copy color: '#DD78F8'

red 221 ◦ green 120 ◦ blue 248

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

Shades of Heliotrope #DD78F8

Tints of Heliotrope #DD78F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 37.52%
G = 20.37%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD78F8 (or 0xDD78F8) is known color: Heliotrope. HEX triplet: DD, 78 and F8. RGB value is (221,120,248). Sum of RGB (Red+Green+Blue) = 221+120+248=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD78F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78F8 is #228707. Grayscale: #A4A4A4. Windows color (decimal): -2262792 or 16283869. OLE color: 16283869.

HSL color Cylindrical-coordinate representation of color #DD78F8: hue angle of 287.34º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD78F8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 120 248 -
CMYK 0.11 0.52 0 0.03
HSL 287.34º 0.9% 0.72% -
HSV(B) 287.34º 0.52% 0.97% -
XYZ 53.48 35.58 92.86 -
YUV 164.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 221 120 248 0.11 0.52 0 0.03 287.34 0.9 0.72
Hex DD 78 F8 B 34 0 3 11F 5A 48
Octal 335 170 370 13 64 0 3 437 132 110
Binary 11011101 1111000 11111000 1011 110100 0 11 100011111 1011010 1001000

Color Harmonies of #DD78F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78F8

Black with #DD78F8

Text Example


Text Example

White with #DD78F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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