Html Css Color HEX #DB7CF9 Heliotrope

📋 copy color: '#DB7CF9'

red 219 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #DB7CF9

Tints of Heliotrope #DB7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.95%

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

R = 36.99%
G = 20.95%
B = 42.06%

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

#DB7CF9 (or 0xDB7CF9) is known color: Heliotrope. HEX triplet: DB, 7C and F9. RGB value is (219,124,249). Sum of RGB (Red+Green+Blue) = 219+124+249=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CF9 is #248306. Grayscale: #A6A6A6. Windows color (decimal): -2392839 or 16350427. OLE color: 16350427.

HSL color Cylindrical-coordinate representation of color #DB7CF9: hue angle of 285.6º 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 #DB7CF9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 124 249 -
CMYK 0.12 0.50 0 0.02
HSL 285.6º 0.91% 0.73% -
HSV(B) 285.6º 0.5% 0.98% -
XYZ 53.52 36.31 93.81 -
YUV 166.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 219 124 249 0.12 0.50 0 0.02 285.6 0.91 0.73
Hex DB 7C F9 C 32 0 2 11E 5B 49
Octal 333 174 371 14 62 0 2 436 133 111
Binary 11011011 1111100 11111001 1100 110010 0 10 100011110 1011011 1001001

Color Harmonies of #DB7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CF9

Black with #DB7CF9

Text Example


Text Example

White with #DB7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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