Html Css Color HEX #DB52FE Heliotrope

📋 copy color: '#DB52FE'

red 219 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #DB52FE

Tints of Heliotrope #DB52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.77%

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

R = 39.46%
G = 14.77%
B = 45.77%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB52FE (or 0xDB52FE) is known color: Heliotrope. HEX triplet: DB, 52 and FE. RGB value is (219,82,254). Sum of RGB (Red+Green+Blue) = 219+82+254=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52FE is #24AD01. Grayscale: #8E8E8E. Windows color (decimal): -2403586 or 16667355. OLE color: 16667355.

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

Color convert

RGB 219 82 254 -
CMYK 0.14 0.68 0 0.00
HSL 287.79º 0.99% 0.66% -
HSV(B) 287.79º 0.68% 1% -
XYZ 50.12 28.25 96.58 -
YUV 142.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 219 82 254 0.14 0.68 0 0.00 287.79 0.99 0.66
Hex DB 52 FE E 44 0 0 120 63 42
Octal 333 122 376 16 104 0 0 440 143 102
Binary 11011011 1010010 11111110 1110 1000100 0 0 100100000 1100011 1000010

Color Harmonies of #DB52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52FE

Black with #DB52FE

Text Example


Text Example

White with #DB52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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