Html Css Color HEX #DB5EFC Heliotrope

📋 copy color: '#DB5EFC'

red 219 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #DB5EFC

Tints of Heliotrope #DB5EFC

RGB

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

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

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

R = 38.76%
G = 16.64%
B = 44.6%

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

#DB5EFC (or 0xDB5EFC) is known color: Heliotrope. HEX triplet: DB, 5E and FC. RGB value is (219,94,252). Sum of RGB (Red+Green+Blue) = 219+94+252=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFC is #24A103. Grayscale: #949494. Windows color (decimal): -2400516 or 16539355. OLE color: 16539355.

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

Color convert

RGB 219 94 252 -
CMYK 0.13 0.63 0 0.01
HSL 287.47º 0.96% 0.68% -
HSV(B) 287.47º 0.63% 0.99% -
XYZ 50.79 30.09 95.23 -
YUV 149.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 219 94 252 0.13 0.63 0 0.01 287.47 0.96 0.68
Hex DB 5E FC D 3F 0 1 11F 60 44
Octal 333 136 374 15 77 0 1 437 140 104
Binary 11011011 1011110 11111100 1101 111111 0 1 100011111 1100000 1000100

Color Harmonies of #DB5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EFC

Black with #DB5EFC

Text Example


Text Example

White with #DB5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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