Html Css Color HEX #DB5AFB Heliotrope

📋 copy color: '#DB5AFB'

red 219 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #DB5AFB

Tints of Heliotrope #DB5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.07%

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 39.11%
G = 16.07%
B = 44.82%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB5AFB (or 0xDB5AFB) is known color: Heliotrope. HEX triplet: DB, 5A and FB. RGB value is (219,90,251). Sum of RGB (Red+Green+Blue) = 219+90+251=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFB is #24A504. Grayscale: #929292. Windows color (decimal): -2401541 or 16472795. OLE color: 16472795.

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

Color convert

RGB 219 90 251 -
CMYK 0.13 0.64 0 0.02
HSL 288.07º 0.95% 0.67% -
HSV(B) 288.07º 0.64% 0.98% -
XYZ 50.28 29.34 94.28 -
YUV 146.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 219 90 251 0.13 0.64 0 0.02 288.07 0.95 0.67
Hex DB 5A FB D 40 0 2 120 5F 43
Octal 333 132 373 15 100 0 2 440 137 103
Binary 11011011 1011010 11111011 1101 1000000 0 10 100100000 1011111 1000011

Color Harmonies of #DB5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AFB

Black with #DB5AFB

Text Example


Text Example

White with #DB5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AFB; }

 p { color: rgb(219,90,251); }

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

background-color css

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

 a { background-color: rgb(219,90,251); }

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

border-color css

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

 span { border-color: rgb(219,90,251); }

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