Html Css Color HEX #DE53FF Heliotrope

📋 copy color: '#DE53FF'

red 222 ◦ green 83 ◦ blue 255

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

Shades of Heliotrope #DE53FF

Tints of Heliotrope #DE53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.82%

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

R = 39.64%
G = 14.82%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE53FF (or 0xDE53FF) is known color: Heliotrope. HEX triplet: DE, 53 and FF. RGB value is (222,83,255). Sum of RGB (Red+Green+Blue) = 222+83+255=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE53FF is #21AC00. Grayscale: #8F8F8F. Windows color (decimal): -2206721 or 16733150. OLE color: 16733150.

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

Color convert

RGB 222 83 255 -
CMYK 0.13 0.67 0 0
HSL 288.49º 1% 0.66% -
HSV(B) 288.49º 0.67% 1% -
XYZ 51.27 28.94 97.49 -
YUV 144.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 222 83 255 0.13 0.67 0 0 288.49 1 0.66
Hex DE 53 FF D 43 0 0 120 64 42
Octal 336 123 377 15 103 0 0 440 144 102
Binary 11011110 1010011 11111111 1101 1000011 0 0 100100000 1100100 1000010

Color Harmonies of #DE53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53FF

Black with #DE53FF

Text Example


Text Example

White with #DE53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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