Html Css Color HEX #DC71EB Heliotrope

📋 copy color: '#DC71EB'

red 220 ◦ green 113 ◦ blue 235

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

Shades of Heliotrope #DC71EB

Tints of Heliotrope #DC71EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 38.73%
G = 19.89%
B = 41.37%

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

#DC71EB (or 0xDC71EB) is known color: Heliotrope. HEX triplet: DC, 71 and EB. RGB value is (220,113,235). Sum of RGB (Red+Green+Blue) = 220+113+235=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC71EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71EB is #238E14. Grayscale: #9E9E9E. Windows color (decimal): -2330133 or 15430108. OLE color: 15430108.

HSL color Cylindrical-coordinate representation of color #DC71EB: hue angle of 292.62º degrees, saturation: 0.75, 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 #DC71EB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 113 235 -
CMYK 0.06 0.52 0 0.08
HSL 292.62º 0.75% 0.68% -
HSV(B) 292.62º 0.52% 0.92% -
XYZ 50.42 33.02 82.31 -
YUV 158.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 220 113 235 0.06 0.52 0 0.08 292.62 0.75 0.68
Hex DC 71 EB 6 34 0 8 125 4B 44
Octal 334 161 353 6 64 0 10 445 113 104
Binary 11011100 1110001 11101011 110 110100 0 1000 100100101 1001011 1000100

Color Harmonies of #DC71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71EB

Black with #DC71EB

Text Example


Text Example

White with #DC71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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