Html Css Color HEX #DC71EA Heliotrope

📋 copy color: '#DC71EA'

red 220 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #DC71EA

Tints of Heliotrope #DC71EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 38.8%
G = 19.93%
B = 41.27%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC71EA (or 0xDC71EA) is known color: Heliotrope. HEX triplet: DC, 71 and EA. RGB value is (220,113,234). Sum of RGB (Red+Green+Blue) = 220+113+234=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71EA is #238E15. Grayscale: #9E9E9E. Windows color (decimal): -2330134 or 15364572. OLE color: 15364572.

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

Color convert

RGB 220 113 234 -
CMYK 0.06 0.52 0 0.08
HSL 293.06º 0.74% 0.68% -
HSV(B) 293.06º 0.52% 0.92% -
XYZ 50.27 32.97 81.56 -
YUV 158.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 220 113 234 0.06 0.52 0 0.08 293.06 0.74 0.68
Hex DC 71 EA 6 34 0 8 125 4A 44
Octal 334 161 352 6 64 0 10 445 112 104
Binary 11011100 1110001 11101010 110 110100 0 1000 100100101 1001010 1000100

Color Harmonies of #DC71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71EA

Black with #DC71EA

Text Example


Text Example

White with #DC71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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