Html Css Color HEX #DB52FD Heliotrope

📋 copy color: '#DB52FD'

red 219 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #DB52FD

Tints of Heliotrope #DB52FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 39.53%
G = 14.8%
B = 45.67%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB52FD (or 0xDB52FD) is known color: Heliotrope. HEX triplet: DB, 52 and FD. RGB value is (219,82,253). Sum of RGB (Red+Green+Blue) = 219+82+253=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52FD is #24AD02. Grayscale: #8D8D8D. Windows color (decimal): -2403587 or 16601819. OLE color: 16601819.

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

Color convert

RGB 219 82 253 -
CMYK 0.13 0.68 0 0.01
HSL 288.07º 0.98% 0.66% -
HSV(B) 288.07º 0.68% 0.99% -
XYZ 49.96 28.19 95.74 -
YUV 142.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 219 82 253 0.13 0.68 0 0.01 288.07 0.98 0.66
Hex DB 52 FD D 44 0 1 120 62 42
Octal 333 122 375 15 104 0 1 440 142 102
Binary 11011011 1010010 11111101 1101 1000100 0 1 100100000 1100010 1000010

Color Harmonies of #DB52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52FD

Black with #DB52FD

Text Example


Text Example

White with #DB52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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