Html Css Color HEX #DE71FE Heliotrope

📋 copy color: '#DE71FE'

red 222 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #DE71FE

Tints of Heliotrope #DE71FE

RGB

 RED value IS 222 (87.11% from 255) = 37.69%

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

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

R = 37.69%
G = 19.19%
B = 43.12%

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

#DE71FE (or 0xDE71FE) is known color: Heliotrope. HEX triplet: DE, 71 and FE. RGB value is (222,113,254). Sum of RGB (Red+Green+Blue) = 222+113+254=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE71FE is #218E01. Grayscale: #A1A1A1. Windows color (decimal): -2199042 or 16675294. OLE color: 16675294.

HSL color Cylindrical-coordinate representation of color #DE71FE: hue angle of 286.38º 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 #DE71FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 113 254 -
CMYK 0.13 0.56 0 0.00
HSL 286.38º 0.99% 0.72% -
HSV(B) 286.38º 0.56% 1% -
XYZ 53.92 34.5 97.58 -
YUV 161.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 222 113 254 0.13 0.56 0 0.00 286.38 0.99 0.72
Hex DE 71 FE D 38 0 0 11E 63 48
Octal 336 161 376 15 70 0 0 436 143 110
Binary 11011110 1110001 11111110 1101 111000 0 0 100011110 1100011 1001000

Color Harmonies of #DE71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71FE

Black with #DE71FE

Text Example


Text Example

White with #DE71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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