Html Css Color HEX #DB5BFC Heliotrope

📋 copy color: '#DB5BFC'

red 219 ◦ green 91 ◦ blue 252

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

Shades of Heliotrope #DB5BFC

Tints of Heliotrope #DB5BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.19%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 38.97%
G = 16.19%
B = 44.84%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB5BFC (or 0xDB5BFC) is known color: Heliotrope. HEX triplet: DB, 5B and FC. RGB value is (219,91,252). Sum of RGB (Red+Green+Blue) = 219+91+252=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BFC is #24A403. Grayscale: #939393. Windows color (decimal): -2401284 or 16538587. OLE color: 16538587.

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

Color convert

RGB 219 91 252 -
CMYK 0.13 0.64 0 0.01
HSL 287.7º 0.96% 0.67% -
HSV(B) 287.7º 0.64% 0.99% -
XYZ 50.53 29.57 95.14 -
YUV 147.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 219 91 252 0.13 0.64 0 0.01 287.7 0.96 0.67
Hex DB 5B FC D 40 0 1 120 60 43
Octal 333 133 374 15 100 0 1 440 140 103
Binary 11011011 1011011 11111100 1101 1000000 0 1 100100000 1100000 1000011

Color Harmonies of #DB5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BFC

Black with #DB5BFC

Text Example


Text Example

White with #DB5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BFC; }

 p { color: rgb(219,91,252); }

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

background-color css

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

 a { background-color: rgb(219,91,252); }

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

border-color css

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

 span { border-color: rgb(219,91,252); }

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