Html Css Color HEX #DB5AFD Heliotrope

📋 copy color: '#DB5AFD'

red 219 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #DB5AFD

Tints of Heliotrope #DB5AFD

RGB

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

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

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

R = 38.97%
G = 16.01%
B = 45.02%

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

#DB5AFD (or 0xDB5AFD) is known color: Heliotrope. HEX triplet: DB, 5A and FD. RGB value is (219,90,253). Sum of RGB (Red+Green+Blue) = 219+90+253=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFD is #24A502. Grayscale: #929292. Windows color (decimal): -2401539 or 16603867. OLE color: 16603867.

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

Color convert

RGB 219 90 253 -
CMYK 0.13 0.64 0 0.01
HSL 287.48º 0.98% 0.67% -
HSV(B) 287.48º 0.64% 0.99% -
XYZ 50.6 29.46 95.95 -
YUV 147.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 219 90 253 0.13 0.64 0 0.01 287.48 0.98 0.67
Hex DB 5A FD D 40 0 1 11F 62 43
Octal 333 132 375 15 100 0 1 437 142 103
Binary 11011011 1011010 11111101 1101 1000000 0 1 100011111 1100010 1000011

Color Harmonies of #DB5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AFD

Black with #DB5AFD

Text Example


Text Example

White with #DB5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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