Html Css Color HEX #DB5FFB Heliotrope

📋 copy color: '#DB5FFB'

red 219 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #DB5FFB

Tints of Heliotrope #DB5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.81%

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

R = 38.76%
G = 16.81%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB5FFB (or 0xDB5FFB) is known color: Heliotrope. HEX triplet: DB, 5F and FB. RGB value is (219,95,251). Sum of RGB (Red+Green+Blue) = 219+95+251=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FFB is #24A004. Grayscale: #959595. Windows color (decimal): -2400261 or 16474075. OLE color: 16474075.

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

Color convert

RGB 219 95 251 -
CMYK 0.13 0.62 0 0.02
HSL 287.69º 0.95% 0.68% -
HSV(B) 287.69º 0.62% 0.98% -
XYZ 50.72 30.21 94.42 -
YUV 149.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 219 95 251 0.13 0.62 0 0.02 287.69 0.95 0.68
Hex DB 5F FB D 3E 0 2 120 5F 44
Octal 333 137 373 15 76 0 2 440 137 104
Binary 11011011 1011111 11111011 1101 111110 0 10 100100000 1011111 1000100

Color Harmonies of #DB5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FFB

Black with #DB5FFB

Text Example


Text Example

White with #DB5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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