Html Css Color HEX #DB5CF9 Heliotrope

📋 copy color: '#DB5CF9'

red 219 ◦ green 92 ◦ blue 249

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

Shades of Heliotrope #DB5CF9

Tints of Heliotrope #DB5CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 39.11%
G = 16.43%
B = 44.46%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB5CF9 (or 0xDB5CF9) is known color: Heliotrope. HEX triplet: DB, 5C and F9. RGB value is (219,92,249). Sum of RGB (Red+Green+Blue) = 219+92+249=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CF9 is #24A306. Grayscale: #939393. Windows color (decimal): -2401031 or 16342235. OLE color: 16342235.

HSL color Cylindrical-coordinate representation of color #DB5CF9: hue angle of 288.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5CF9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 92 249 -
CMYK 0.12 0.63 0 0.02
HSL 288.54º 0.93% 0.67% -
HSV(B) 288.54º 0.63% 0.98% -
XYZ 50.14 29.55 92.68 -
YUV 147.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 219 92 249 0.12 0.63 0 0.02 288.54 0.93 0.67
Hex DB 5C F9 C 3F 0 2 121 5D 43
Octal 333 134 371 14 77 0 2 441 135 103
Binary 11011011 1011100 11111001 1100 111111 0 10 100100001 1011101 1000011

Color Harmonies of #DB5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CF9

Black with #DB5CF9

Text Example


Text Example

White with #DB5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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