Html Css Color HEX #DE92F9 Heliotrope

📋 copy color: '#DE92F9'

red 222 ◦ green 146 ◦ blue 249

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

Shades of Heliotrope #DE92F9

Tints of Heliotrope #DE92F9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.66%

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 35.98%
G = 23.66%
B = 40.36%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE92F9 (or 0xDE92F9) is known color: Heliotrope. HEX triplet: DE, 92 and F9. RGB value is (222,146,249). Sum of RGB (Red+Green+Blue) = 222+146+249=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92F9 is #216D06. Grayscale: #B4B4B4. Windows color (decimal): -2190599 or 16356062. OLE color: 16356062.

HSL color Cylindrical-coordinate representation of color #DE92F9: hue angle of 284.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE92F9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 146 249 -
CMYK 0.11 0.41 0 0.02
HSL 284.27º 0.9% 0.77% -
HSV(B) 284.27º 0.41% 0.98% -
XYZ 57.5 42.93 94.88 -
YUV 180.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 222 146 249 0.11 0.41 0 0.02 284.27 0.9 0.77
Hex DE 92 F9 B 29 0 2 11C 5A 4D
Octal 336 222 371 13 51 0 2 434 132 115
Binary 11011110 10010010 11111001 1011 101001 0 10 100011100 1011010 1001101

Color Harmonies of #DE92F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92F9

Black with #DE92F9

Text Example


Text Example

White with #DE92F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92F9; }

 p { color: rgb(222,146,249); }

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

background-color css

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

 a { background-color: rgb(222,146,249); }

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

border-color css

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

 span { border-color: rgb(222,146,249); }

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