Html Css Color HEX #DE71FF Heliotrope

📋 copy color: '#DE71FF'

red 222 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #DE71FF

Tints of Heliotrope #DE71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 37.63%
G = 19.15%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE71FF (or 0xDE71FF) is known color: Heliotrope. HEX triplet: DE, 71 and FF. RGB value is (222,113,255). Sum of RGB (Red+Green+Blue) = 222+113+255=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE71FF is #218E00. Grayscale: #A1A1A1. Windows color (decimal): -2199041 or 16740830. OLE color: 16740830.

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

Color convert

RGB 222 113 255 -
CMYK 0.13 0.56 0 0
HSL 286.06º 1% 0.72% -
HSV(B) 286.06º 0.56% 1% -
XYZ 54.08 34.56 98.43 -
YUV 161.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 222 113 255 0.13 0.56 0 0 286.06 1 0.72
Hex DE 71 FF D 38 0 0 11E 64 48
Octal 336 161 377 15 70 0 0 436 144 110
Binary 11011110 1110001 11111111 1101 111000 0 0 100011110 1100100 1001000

Color Harmonies of #DE71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71FF

Black with #DE71FF

Text Example


Text Example

White with #DE71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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