Html Css Color HEX #DE76FE Heliotrope

📋 copy color: '#DE76FE'

red 222 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #DE76FE

Tints of Heliotrope #DE76FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.87%

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

R = 37.37%
G = 19.87%
B = 42.76%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DE76FE (or 0xDE76FE) is known color: Heliotrope. HEX triplet: DE, 76 and FE. RGB value is (222,118,254). Sum of RGB (Red+Green+Blue) = 222+118+254=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE76FE is #218901. Grayscale: #A4A4A4. Windows color (decimal): -2197762 or 16676574. OLE color: 16676574.

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

Color convert

RGB 222 118 254 -
CMYK 0.13 0.54 0 0.00
HSL 285.88º 0.99% 0.73% -
HSV(B) 285.88º 0.54% 1% -
XYZ 54.49 35.64 97.77 -
YUV 164.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 222 118 254 0.13 0.54 0 0.00 285.88 0.99 0.73
Hex DE 76 FE D 36 0 0 11E 63 49
Octal 336 166 376 15 66 0 0 436 143 111
Binary 11011110 1110110 11111110 1101 110110 0 0 100011110 1100011 1001001

Color Harmonies of #DE76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76FE

Black with #DE76FE

Text Example


Text Example

White with #DE76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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