Html Css Color HEX #DD78FA Heliotrope

📋 copy color: '#DD78FA'

red 221 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #DD78FA

Tints of Heliotrope #DD78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 37.39%
G = 20.3%
B = 42.3%

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

#DD78FA (or 0xDD78FA) is known color: Heliotrope. HEX triplet: DD, 78 and FA. RGB value is (221,120,250). Sum of RGB (Red+Green+Blue) = 221+120+250=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FA is #228705. Grayscale: #A4A4A4. Windows color (decimal): -2262790 or 16414941. OLE color: 16414941.

HSL color Cylindrical-coordinate representation of color #DD78FA: hue angle of 286.62º degrees, saturation: 0.93, 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 #DD78FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 120 250 -
CMYK 0.12 0.52 0 0.02
HSL 286.62º 0.93% 0.73% -
HSV(B) 286.62º 0.52% 0.98% -
XYZ 53.79 35.71 94.5 -
YUV 165.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 221 120 250 0.12 0.52 0 0.02 286.62 0.93 0.73
Hex DD 78 FA C 34 0 2 11F 5D 49
Octal 335 170 372 14 64 0 2 437 135 111
Binary 11011101 1111000 11111010 1100 110100 0 10 100011111 1011101 1001001

Color Harmonies of #DD78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78FA

Black with #DD78FA

Text Example


Text Example

White with #DD78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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