Html Css Color HEX #DC79F2 Heliotrope

📋 copy color: '#DC79F2'

red 220 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #DC79F2

Tints of Heliotrope #DC79F2

RGB

 RED value IS 220 (86.33% from 255) = 37.74%

 GREEN value IS 121 (47.66% from 255) = 20.75%

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

R = 37.74%
G = 20.75%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC79F2 (or 0xDC79F2) is known color: Heliotrope. HEX triplet: DC, 79 and F2. RGB value is (220,121,242). Sum of RGB (Red+Green+Blue) = 220+121+242=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79F2 is #23860D. Grayscale: #A4A4A4. Windows color (decimal): -2328078 or 15890908. OLE color: 15890908.

HSL color Cylindrical-coordinate representation of color #DC79F2: hue angle of 289.09º 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 #DC79F2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 121 242 -
CMYK 0.09 0.50 0 0.05
HSL 289.09º 0.82% 0.71% -
HSV(B) 289.09º 0.5% 0.95% -
XYZ 52.38 35.3 88.06 -
YUV 164.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 220 121 242 0.09 0.50 0 0.05 289.09 0.82 0.71
Hex DC 79 F2 9 32 0 5 121 52 47
Octal 334 171 362 11 62 0 5 441 122 107
Binary 11011100 1111001 11110010 1001 110010 0 101 100100001 1010010 1000111

Color Harmonies of #DC79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79F2

Black with #DC79F2

Text Example


Text Example

White with #DC79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79F2; }

 p { color: rgb(220,121,242); }

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

background-color css

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

 a { background-color: rgb(220,121,242); }

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

border-color css

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

 span { border-color: rgb(220,121,242); }

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