Html Css Color HEX #DB5FFE Heliotrope

📋 copy color: '#DB5FFE'

red 219 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #DB5FFE

Tints of Heliotrope #DB5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.73%

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

R = 38.56%
G = 16.73%
B = 44.72%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB5FFE (or 0xDB5FFE) is known color: Heliotrope. HEX triplet: DB, 5F and FE. RGB value is (219,95,254). Sum of RGB (Red+Green+Blue) = 219+95+254=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FFE is #24A001. Grayscale: #959595. Windows color (decimal): -2400258 or 16670683. OLE color: 16670683.

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

Color convert

RGB 219 95 254 -
CMYK 0.14 0.63 0 0.00
HSL 286.79º 0.99% 0.68% -
HSV(B) 286.79º 0.63% 1% -
XYZ 51.2 30.4 96.94 -
YUV 150.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 219 95 254 0.14 0.63 0 0.00 286.79 0.99 0.68
Hex DB 5F FE E 3F 0 0 11F 63 44
Octal 333 137 376 16 77 0 0 437 143 104
Binary 11011011 1011111 11111110 1110 111111 0 0 100011111 1100011 1000100

Color Harmonies of #DB5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FFE

Black with #DB5FFE

Text Example


Text Example

White with #DB5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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