Html Css Color HEX #DB7DF9 Heliotrope

📋 copy color: '#DB7DF9'

red 219 ◦ green 125 ◦ blue 249

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

Shades of Heliotrope #DB7DF9

Tints of Heliotrope #DB7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

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

R = 36.93%
G = 21.08%
B = 41.99%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7DF9 (or 0xDB7DF9) is known color: Heliotrope. HEX triplet: DB, 7D and F9. RGB value is (219,125,249). Sum of RGB (Red+Green+Blue) = 219+125+249=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DF9 is #248206. Grayscale: #A6A6A6. Windows color (decimal): -2392583 or 16350683. OLE color: 16350683.

HSL color Cylindrical-coordinate representation of color #DB7DF9: hue angle of 285.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7DF9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 125 249 -
CMYK 0.12 0.50 0 0.02
HSL 285.48º 0.91% 0.73% -
HSV(B) 285.48º 0.5% 0.98% -
XYZ 53.65 36.57 93.85 -
YUV 167.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 219 125 249 0.12 0.50 0 0.02 285.48 0.91 0.73
Hex DB 7D F9 C 32 0 2 11D 5B 49
Octal 333 175 371 14 62 0 2 435 133 111
Binary 11011011 1111101 11111001 1100 110010 0 10 100011101 1011011 1001001

Color Harmonies of #DB7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DF9

Black with #DB7DF9

Text Example


Text Example

White with #DB7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DF9; }

 p { color: rgb(219,125,249); }

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

background-color css

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

 a { background-color: rgb(219,125,249); }

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

border-color css

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

 span { border-color: rgb(219,125,249); }

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