Html Css Color HEX #DC72FB Heliotrope

📋 copy color: '#DC72FB'

red 220 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #DC72FB

Tints of Heliotrope #DC72FB

RGB

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

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

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

R = 37.61%
G = 19.49%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC72FB (or 0xDC72FB) is known color: Heliotrope. HEX triplet: DC, 72 and FB. RGB value is (220,114,251). Sum of RGB (Red+Green+Blue) = 220+114+251=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72FB is #238D04. Grayscale: #A0A0A0. Windows color (decimal): -2329861 or 16478940. OLE color: 16478940.

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

Color convert

RGB 220 114 251 -
CMYK 0.12 0.55 0 0.02
HSL 286.42º 0.94% 0.72% -
HSV(B) 286.42º 0.55% 0.98% -
XYZ 52.95 34.22 95.08 -
YUV 161.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 220 114 251 0.12 0.55 0 0.02 286.42 0.94 0.72
Hex DC 72 FB C 37 0 2 11E 5E 48
Octal 334 162 373 14 67 0 2 436 136 110
Binary 11011100 1110010 11111011 1100 110111 0 10 100011110 1011110 1001000

Color Harmonies of #DC72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72FB

Black with #DC72FB

Text Example


Text Example

White with #DC72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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