Html Css Color HEX #DB52C7 Free Speech Magenta

📋 copy color: '#DB52C7'

red 219 ◦ green 82 ◦ blue 199

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

Shades of Free Speech Magenta #DB52C7

Tints of Free Speech Magenta #DB52C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 43.8%
G = 16.4%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB52C7 (or 0xDB52C7) is known color: Free Speech Magenta. HEX triplet: DB, 52 and C7. RGB value is (219,82,199). Sum of RGB (Red+Green+Blue) = 219+82+199=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52C7 is #24AD38. Grayscale: #878787. Windows color (decimal): -2403641 or 13062875. OLE color: 13062875.

HSL color Cylindrical-coordinate representation of color #DB52C7: hue angle of 308.76º 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 #DB52C7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 199 -
CMYK 0 0.63 0.09 0.14
HSL 308.76º 0.66% 0.59% -
HSV(B) 308.76º 0.63% 0.86% -
XYZ 42.54 25.22 56.66 -
YUV 136.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 219 82 199 0 0.63 0.09 0.14 308.76 0.66 0.59
Hex DB 52 C7 0 3F 9 E 135 42 3B
Octal 333 122 307 0 77 11 16 465 102 73
Binary 11011011 1010010 11000111 0 111111 1001 1110 100110101 1000010 111011

Color Harmonies of #DB52C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52C7

Black with #DB52C7

Text Example


Text Example

White with #DB52C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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