Html Css Color HEX #DB5DEE Heliotrope

📋 copy color: '#DB5DEE'

red 219 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #DB5DEE

Tints of Heliotrope #DB5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.91%

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 39.82%
G = 16.91%
B = 43.27%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB5DEE (or 0xDB5DEE) is known color: Heliotrope. HEX triplet: DB, 5D and EE. RGB value is (219,93,238). Sum of RGB (Red+Green+Blue) = 219+93+238=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DEE is #24A211. Grayscale: #929292. Windows color (decimal): -2400786 or 15621595. OLE color: 15621595.

HSL color Cylindrical-coordinate representation of color #DB5DEE: hue angle of 292.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5DEE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 93 238 -
CMYK 0.08 0.61 0 0.07
HSL 292.14º 0.81% 0.65% -
HSV(B) 292.14º 0.61% 0.93% -
XYZ 48.56 29.06 83.94 -
YUV 147.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 219 93 238 0.08 0.61 0 0.07 292.14 0.81 0.65
Hex DB 5D EE 8 3D 0 7 124 51 41
Octal 333 135 356 10 75 0 7 444 121 101
Binary 11011011 1011101 11101110 1000 111101 0 111 100100100 1010001 1000001

Color Harmonies of #DB5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DEE

Black with #DB5DEE

Text Example


Text Example

White with #DB5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DEE; }

 p { color: rgb(219,93,238); }

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

background-color css

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

 a { background-color: rgb(219,93,238); }

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

border-color css

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

 span { border-color: rgb(219,93,238); }

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