Html Css Color HEX #DB4BFE Heliotrope

📋 copy color: '#DB4BFE'

red 219 ◦ green 75 ◦ blue 254

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

Shades of Heliotrope #DB4BFE

Tints of Heliotrope #DB4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.69%

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

R = 39.96%
G = 13.69%
B = 46.35%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB4BFE (or 0xDB4BFE) is known color: Heliotrope. HEX triplet: DB, 4B and FE. RGB value is (219,75,254). Sum of RGB (Red+Green+Blue) = 219+75+254=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 75 (29.69% from 255 or 13.69% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BFE is #24B401. Grayscale: #898989. Windows color (decimal): -2405378 or 16665563. OLE color: 16665563.

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

Color convert

RGB 219 75 254 -
CMYK 0.14 0.70 0 0.00
HSL 288.27º 0.99% 0.65% -
HSV(B) 288.27º 0.7% 1% -
XYZ 49.62 27.25 96.41 -
YUV 138.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 219 75 254 0.14 0.70 0 0.00 288.27 0.99 0.65
Hex DB 4B FE E 46 0 0 120 63 41
Octal 333 113 376 16 106 0 0 440 143 101
Binary 11011011 1001011 11111110 1110 1000110 0 0 100100000 1100011 1000001

Color Harmonies of #DB4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BFE

Black with #DB4BFE

Text Example


Text Example

White with #DB4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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