Html Css Color HEX #DB52FA Heliotrope

📋 copy color: '#DB52FA'

red 219 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #DB52FA

Tints of Heliotrope #DB52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 39.75%
G = 14.88%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB52FA (or 0xDB52FA) is known color: Heliotrope. HEX triplet: DB, 52 and FA. RGB value is (219,82,250). Sum of RGB (Red+Green+Blue) = 219+82+250=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52FA is #24AD05. Grayscale: #8D8D8D. Windows color (decimal): -2403590 or 16405211. OLE color: 16405211.

HSL color Cylindrical-coordinate representation of color #DB52FA: hue angle of 288.93º degrees, saturation: 0.94, 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 #DB52FA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 82 250 -
CMYK 0.12 0.67 0 0.02
HSL 288.93º 0.94% 0.65% -
HSV(B) 288.93º 0.67% 0.98% -
XYZ 49.49 28 93.24 -
YUV 142.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 219 82 250 0.12 0.67 0 0.02 288.93 0.94 0.65
Hex DB 52 FA C 43 0 2 121 5E 41
Octal 333 122 372 14 103 0 2 441 136 101
Binary 11011011 1010010 11111010 1100 1000011 0 10 100100001 1011110 1000001

Color Harmonies of #DB52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52FA

Black with #DB52FA

Text Example


Text Example

White with #DB52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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