Html Css Color HEX #DD78FB Heliotrope

📋 copy color: '#DD78FB'

red 221 ◦ green 120 ◦ blue 251

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

Shades of Heliotrope #DD78FB

Tints of Heliotrope #DD78FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 37.33%
G = 20.27%
B = 42.4%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD78FB (or 0xDD78FB) is known color: Heliotrope. HEX triplet: DD, 78 and FB. RGB value is (221,120,251). Sum of RGB (Red+Green+Blue) = 221+120+251=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD78FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FB is #228704. Grayscale: #A4A4A4. Windows color (decimal): -2262789 or 16480477. OLE color: 16480477.

HSL color Cylindrical-coordinate representation of color #DD78FB: hue angle of 286.26º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD78FB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 120 251 -
CMYK 0.12 0.52 0 0.02
HSL 286.26º 0.94% 0.73% -
HSV(B) 286.26º 0.52% 0.98% -
XYZ 53.95 35.77 95.33 -
YUV 165.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 221 120 251 0.12 0.52 0 0.02 286.26 0.94 0.73
Hex DD 78 FB C 34 0 2 11E 5E 49
Octal 335 170 373 14 64 0 2 436 136 111
Binary 11011101 1111000 11111011 1100 110100 0 10 100011110 1011110 1001001

Color Harmonies of #DD78FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78FB

Black with #DD78FB

Text Example


Text Example

White with #DD78FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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