Html Css Color HEX #DC72EF Heliotrope

📋 copy color: '#DC72EF'

red 220 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #DC72EF

Tints of Heliotrope #DC72EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.9%

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 38.39%
G = 19.9%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC72EF (or 0xDC72EF) is known color: Heliotrope. HEX triplet: DC, 72 and EF. RGB value is (220,114,239). Sum of RGB (Red+Green+Blue) = 220+114+239=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72EF is #238D10. Grayscale: #9F9F9F. Windows color (decimal): -2329873 or 15692508. OLE color: 15692508.

HSL color Cylindrical-coordinate representation of color #DC72EF: hue angle of 290.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC72EF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 114 239 -
CMYK 0.08 0.52 0 0.06
HSL 290.88º 0.8% 0.69% -
HSV(B) 290.88º 0.52% 0.94% -
XYZ 51.11 33.48 85.43 -
YUV 159.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 220 114 239 0.08 0.52 0 0.06 290.88 0.8 0.69
Hex DC 72 EF 8 34 0 6 123 50 45
Octal 334 162 357 10 64 0 6 443 120 105
Binary 11011100 1110010 11101111 1000 110100 0 110 100100011 1010000 1000101

Color Harmonies of #DC72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72EF

Black with #DC72EF

Text Example


Text Example

White with #DC72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72EF; }

 p { color: rgb(220,114,239); }

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

background-color css

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

 a { background-color: rgb(220,114,239); }

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

border-color css

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

 span { border-color: rgb(220,114,239); }

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