Html Css Color HEX #DC71FE Heliotrope

📋 copy color: '#DC71FE'

red 220 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #DC71FE

Tints of Heliotrope #DC71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 37.48%
G = 19.25%
B = 43.27%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC71FE (or 0xDC71FE) is known color: Heliotrope. HEX triplet: DC, 71 and FE. RGB value is (220,113,254). Sum of RGB (Red+Green+Blue) = 220+113+254=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71FE is #238E01. Grayscale: #A0A0A0. Windows color (decimal): -2330114 or 16675292. OLE color: 16675292.

HSL color Cylindrical-coordinate representation of color #DC71FE: hue angle of 285.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC71FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 113 254 -
CMYK 0.13 0.56 0 0.00
HSL 285.53º 0.99% 0.72% -
HSV(B) 285.53º 0.56% 1% -
XYZ 53.31 34.18 97.55 -
YUV 161.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 220 113 254 0.13 0.56 0 0.00 285.53 0.99 0.72
Hex DC 71 FE D 38 0 0 11E 63 48
Octal 334 161 376 15 70 0 0 436 143 110
Binary 11011100 1110001 11111110 1101 111000 0 0 100011110 1100011 1001000

Color Harmonies of #DC71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71FE

Black with #DC71FE

Text Example


Text Example

White with #DC71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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