Html Css Color HEX #DB5BFD Heliotrope

📋 copy color: '#DB5BFD'

red 219 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #DB5BFD

Tints of Heliotrope #DB5BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 38.9%
G = 16.16%
B = 44.94%

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

#DB5BFD (or 0xDB5BFD) is known color: Heliotrope. HEX triplet: DB, 5B and FD. RGB value is (219,91,253). Sum of RGB (Red+Green+Blue) = 219+91+253=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BFD is #24A402. Grayscale: #939393. Windows color (decimal): -2401283 or 16604123. OLE color: 16604123.

HSL color Cylindrical-coordinate representation of color #DB5BFD: hue angle of 287.41º degrees, saturation: 0.98, 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 #DB5BFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 91 253 -
CMYK 0.13 0.64 0 0.01
HSL 287.41º 0.98% 0.67% -
HSV(B) 287.41º 0.64% 0.99% -
XYZ 50.68 29.63 95.98 -
YUV 147.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 219 91 253 0.13 0.64 0 0.01 287.41 0.98 0.67
Hex DB 5B FD D 40 0 1 11F 62 43
Octal 333 133 375 15 100 0 1 437 142 103
Binary 11011011 1011011 11111101 1101 1000000 0 1 100011111 1100010 1000011

Color Harmonies of #DB5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BFD

Black with #DB5BFD

Text Example


Text Example

White with #DB5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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