Html Css Color HEX #DB52FB Heliotrope

📋 copy color: '#DB52FB'

red 219 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #DB52FB

Tints of Heliotrope #DB52FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 39.67%
G = 14.86%
B = 45.47%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB52FB (or 0xDB52FB) is known color: Heliotrope. HEX triplet: DB, 52 and FB. RGB value is (219,82,251). Sum of RGB (Red+Green+Blue) = 219+82+251=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52FB is #24AD04. Grayscale: #8D8D8D. Windows color (decimal): -2403589 or 16470747. OLE color: 16470747.

HSL color Cylindrical-coordinate representation of color #DB52FB: hue angle of 288.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB52FB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 82 251 -
CMYK 0.13 0.67 0 0.02
HSL 288.64º 0.95% 0.65% -
HSV(B) 288.64º 0.67% 0.98% -
XYZ 49.64 28.06 94.07 -
YUV 142.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 219 82 251 0.13 0.67 0 0.02 288.64 0.95 0.65
Hex DB 52 FB D 43 0 2 121 5F 41
Octal 333 122 373 15 103 0 2 441 137 101
Binary 11011011 1010010 11111011 1101 1000011 0 10 100100001 1011111 1000001

Color Harmonies of #DB52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52FB

Black with #DB52FB

Text Example


Text Example

White with #DB52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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