Html Css Color HEX #DB52D1 Free Speech Magenta

📋 copy color: '#DB52D1'

red 219 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #DB52D1

Tints of Free Speech Magenta #DB52D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 42.94%
G = 16.08%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB52D1 (or 0xDB52D1) is known color: Free Speech Magenta. HEX triplet: DB, 52 and D1. RGB value is (219,82,209). Sum of RGB (Red+Green+Blue) = 219+82+209=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52D1 is #24AD2E. Grayscale: #898989. Windows color (decimal): -2403631 or 13718235. OLE color: 13718235.

HSL color Cylindrical-coordinate representation of color #DB52D1: hue angle of 304.38º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52D1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 209 -
CMYK 0 0.63 0.05 0.14
HSL 304.38º 0.66% 0.59% -
HSV(B) 304.38º 0.63% 0.86% -
XYZ 43.74 25.7 62.98 -
YUV 137.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 219 82 209 0 0.63 0.05 0.14 304.38 0.66 0.59
Hex DB 52 D1 0 3F 5 E 130 42 3B
Octal 333 122 321 0 77 5 16 460 102 73
Binary 11011011 1010010 11010001 0 111111 101 1110 100110000 1000010 111011

Color Harmonies of #DB52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52D1

Black with #DB52D1

Text Example


Text Example

White with #DB52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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