Html Css Color HEX #DB5EFD Heliotrope

📋 copy color: '#DB5EFD'

red 219 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #DB5EFD

Tints of Heliotrope #DB5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.61%

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

R = 38.69%
G = 16.61%
B = 44.7%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB5EFD (or 0xDB5EFD) is known color: Heliotrope. HEX triplet: DB, 5E and FD. RGB value is (219,94,253). Sum of RGB (Red+Green+Blue) = 219+94+253=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFD is #24A102. Grayscale: #949494. Windows color (decimal): -2400515 or 16604891. OLE color: 16604891.

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

Color convert

RGB 219 94 253 -
CMYK 0.13 0.63 0 0.01
HSL 287.17º 0.98% 0.68% -
HSV(B) 287.17º 0.63% 0.99% -
XYZ 50.95 30.16 96.06 -
YUV 149.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 219 94 253 0.13 0.63 0 0.01 287.17 0.98 0.68
Hex DB 5E FD D 3F 0 1 11F 62 44
Octal 333 136 375 15 77 0 1 437 142 104
Binary 11011011 1011110 11111101 1101 111111 0 1 100011111 1100010 1000100

Color Harmonies of #DB5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EFD

Black with #DB5EFD

Text Example


Text Example

White with #DB5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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