Html Css Color HEX #DE81FB Heliotrope

📋 copy color: '#DE81FB'

red 222 ◦ green 129 ◦ blue 251

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

Shades of Heliotrope #DE81FB

Tints of Heliotrope #DE81FB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.43%

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 36.88%
G = 21.43%
B = 41.69%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE81FB (or 0xDE81FB) is known color: Heliotrope. HEX triplet: DE, 81 and FB. RGB value is (222,129,251). Sum of RGB (Red+Green+Blue) = 222+129+251=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81FB is #217E04. Grayscale: #AAAAAA. Windows color (decimal): -2194949 or 16482782. OLE color: 16482782.

HSL color Cylindrical-coordinate representation of color #DE81FB: hue angle of 285.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE81FB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 129 251 -
CMYK 0.12 0.49 0 0.02
HSL 285.74º 0.94% 0.75% -
HSV(B) 285.74º 0.49% 0.98% -
XYZ 55.39 38.2 95.72 -
YUV 170.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 222 129 251 0.12 0.49 0 0.02 285.74 0.94 0.75
Hex DE 81 FB C 31 0 2 11E 5E 4B
Octal 336 201 373 14 61 0 2 436 136 113
Binary 11011110 10000001 11111011 1100 110001 0 10 100011110 1011110 1001011

Color Harmonies of #DE81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81FB

Black with #DE81FB

Text Example


Text Example

White with #DE81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81FB; }

 p { color: rgb(222,129,251); }

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

background-color css

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

 a { background-color: rgb(222,129,251); }

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

border-color css

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

 span { border-color: rgb(222,129,251); }

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