Html Css Color HEX #DC71EF Heliotrope

📋 copy color: '#DC71EF'

red 220 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #DC71EF

Tints of Heliotrope #DC71EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.76%

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

R = 38.46%
G = 19.76%
B = 41.78%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC71EF (or 0xDC71EF) is known color: Heliotrope. HEX triplet: DC, 71 and EF. RGB value is (220,113,239). Sum of RGB (Red+Green+Blue) = 220+113+239=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71EF is #238E10. Grayscale: #9E9E9E. Windows color (decimal): -2330129 or 15692252. OLE color: 15692252.

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

Color convert

RGB 220 113 239 -
CMYK 0.08 0.53 0 0.06
HSL 290.95º 0.8% 0.69% -
HSV(B) 290.95º 0.53% 0.94% -
XYZ 51 33.26 85.39 -
YUV 159.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 220 113 239 0.08 0.53 0 0.06 290.95 0.8 0.69
Hex DC 71 EF 8 35 0 6 123 50 45
Octal 334 161 357 10 65 0 6 443 120 105
Binary 11011100 1110001 11101111 1000 110101 0 110 100100011 1010000 1000101

Color Harmonies of #DC71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71EF

Black with #DC71EF

Text Example


Text Example

White with #DC71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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