Html Css Color HEX #DF78F2 Heliotrope

📋 copy color: '#DF78F2'

red 223 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #DF78F2

Tints of Heliotrope #DF78F2

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

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

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 38.12%
G = 20.51%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF78F2 (or 0xDF78F2) is known color: Heliotrope. HEX triplet: DF, 78 and F2. RGB value is (223,120,242). Sum of RGB (Red+Green+Blue) = 223+120+242=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF78F2 is #20870D. Grayscale: #A4A4A4. Windows color (decimal): -2131726 or 15890655. OLE color: 15890655.

HSL color Cylindrical-coordinate representation of color #DF78F2: hue angle of 290.66º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF78F2 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 120 242 -
CMYK 0.08 0.50 0 0.05
HSL 290.66º 0.82% 0.71% -
HSV(B) 290.66º 0.5% 0.95% -
XYZ 53.17 35.53 88.06 -
YUV 164.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 223 120 242 0.08 0.50 0 0.05 290.66 0.82 0.71
Hex DF 78 F2 8 32 0 5 123 52 47
Octal 337 170 362 10 62 0 5 443 122 107
Binary 11011111 1111000 11110010 1000 110010 0 101 100100011 1010010 1000111

Color Harmonies of #DF78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78F2

Black with #DF78F2

Text Example


Text Example

White with #DF78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78F2; }

 p { color: rgb(223,120,242); }

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

background-color css

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

 a { background-color: rgb(223,120,242); }

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

border-color css

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

 span { border-color: rgb(223,120,242); }

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