Html Css Color HEX #DB55FE Heliotrope

📋 copy color: '#DB55FE'

red 219 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #DB55FE

Tints of Heliotrope #DB55FE

RGB

 RED value IS 219 (85.94% from 255) = 39.25%

 GREEN value IS 85 (33.59% from 255) = 15.23%

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

R = 39.25%
G = 15.23%
B = 45.52%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB55FE (or 0xDB55FE) is known color: Heliotrope. HEX triplet: DB, 55 and FE. RGB value is (219,85,254). Sum of RGB (Red+Green+Blue) = 219+85+254=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55FE is #24AA01. Grayscale: #8F8F8F. Windows color (decimal): -2402818 or 16668123. OLE color: 16668123.

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

Color convert

RGB 219 85 254 -
CMYK 0.14 0.67 0 0.00
HSL 287.57º 0.99% 0.66% -
HSV(B) 287.57º 0.67% 1% -
XYZ 50.35 28.71 96.65 -
YUV 144.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 219 85 254 0.14 0.67 0 0.00 287.57 0.99 0.66
Hex DB 55 FE E 43 0 0 120 63 42
Octal 333 125 376 16 103 0 0 440 143 102
Binary 11011011 1010101 11111110 1110 1000011 0 0 100100000 1100011 1000010

Color Harmonies of #DB55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55FE

Black with #DB55FE

Text Example


Text Example

White with #DB55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55FE; }

 p { color: rgb(219,85,254); }

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

background-color css

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

 a { background-color: rgb(219,85,254); }

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

border-color css

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

 span { border-color: rgb(219,85,254); }

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