Html Css Color HEX #DB5CFE Heliotrope

📋 copy color: '#DB5CFE'

red 219 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #DB5CFE

Tints of Heliotrope #DB5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.28%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 38.76%
G = 16.28%
B = 44.96%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB5CFE (or 0xDB5CFE) is known color: Heliotrope. HEX triplet: DB, 5C and FE. RGB value is (219,92,254). Sum of RGB (Red+Green+Blue) = 219+92+254=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFE is #24A301. Grayscale: #939393. Windows color (decimal): -2401026 or 16669915. OLE color: 16669915.

HSL color Cylindrical-coordinate representation of color #DB5CFE: hue angle of 287.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5CFE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 92 254 -
CMYK 0.14 0.64 0 0.00
HSL 287.04º 0.99% 0.68% -
HSV(B) 287.04º 0.64% 1% -
XYZ 50.93 29.87 96.85 -
YUV 148.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 219 92 254 0.14 0.64 0 0.00 287.04 0.99 0.68
Hex DB 5C FE E 40 0 0 11F 63 44
Octal 333 134 376 16 100 0 0 437 143 104
Binary 11011011 1011100 11111110 1110 1000000 0 0 100011111 1100011 1000100

Color Harmonies of #DB5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CFE

Black with #DB5CFE

Text Example


Text Example

White with #DB5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CFE; }

 p { color: rgb(219,92,254); }

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

background-color css

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

 a { background-color: rgb(219,92,254); }

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

border-color css

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

 span { border-color: rgb(219,92,254); }

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