Html Css Color HEX #DB5DF2 Heliotrope

📋 copy color: '#DB5DF2'

red 219 ◦ green 93 ◦ blue 242

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

Shades of Heliotrope #DB5DF2

Tints of Heliotrope #DB5DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 39.53%
G = 16.79%
B = 43.68%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB5DF2 (or 0xDB5DF2) is known color: Heliotrope. HEX triplet: DB, 5D and F2. RGB value is (219,93,242). Sum of RGB (Red+Green+Blue) = 219+93+242=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DF2 is #24A20D. Grayscale: #939393. Windows color (decimal): -2400782 or 15883739. OLE color: 15883739.

HSL color Cylindrical-coordinate representation of color #DB5DF2: hue angle of 290.74º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5DF2 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 93 242 -
CMYK 0.10 0.62 0 0.05
HSL 290.74º 0.85% 0.66% -
HSV(B) 290.74º 0.62% 0.95% -
XYZ 49.15 29.3 87.07 -
YUV 147.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 219 93 242 0.10 0.62 0 0.05 290.74 0.85 0.66
Hex DB 5D F2 A 3E 0 5 123 55 42
Octal 333 135 362 12 76 0 5 443 125 102
Binary 11011011 1011101 11110010 1010 111110 0 101 100100011 1010101 1000010

Color Harmonies of #DB5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DF2

Black with #DB5DF2

Text Example


Text Example

White with #DB5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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