Html Css Color HEX #DE85F9 Heliotrope

📋 copy color: '#DE85F9'

red 222 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #DE85F9

Tints of Heliotrope #DE85F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.02%

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

R = 36.75%
G = 22.02%
B = 41.23%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE85F9 (or 0xDE85F9) is known color: Heliotrope. HEX triplet: DE, 85 and F9. RGB value is (222,133,249). Sum of RGB (Red+Green+Blue) = 222+133+249=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85F9 is #217A06. Grayscale: #ACACAC. Windows color (decimal): -2193927 or 16352734. OLE color: 16352734.

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

Color convert

RGB 222 133 249 -
CMYK 0.11 0.47 0 0.02
HSL 286.03º 0.91% 0.75% -
HSV(B) 286.03º 0.47% 0.98% -
XYZ 55.61 39.14 94.25 -
YUV 172.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 222 133 249 0.11 0.47 0 0.02 286.03 0.91 0.75
Hex DE 85 F9 B 2F 0 2 11E 5B 4B
Octal 336 205 371 13 57 0 2 436 133 113
Binary 11011110 10000101 11111001 1011 101111 0 10 100011110 1011011 1001011

Color Harmonies of #DE85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE85F9

Black with #DE85F9

Text Example


Text Example

White with #DE85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE85F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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