Html Css Color HEX #DB53C9 Free Speech Magenta

📋 copy color: '#DB53C9'

red 219 ◦ green 83 ◦ blue 201

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

Shades of Free Speech Magenta #DB53C9

Tints of Free Speech Magenta #DB53C9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.5%

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 43.54%
G = 16.5%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB53C9 (or 0xDB53C9) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C9. RGB value is (219,83,201). Sum of RGB (Red+Green+Blue) = 219+83+201=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C9 is #24AC36. Grayscale: #888888. Windows color (decimal): -2403383 or 13194203. OLE color: 13194203.

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

Color convert

RGB 219 83 201 -
CMYK 0 0.62 0.08 0.14
HSL 307.94º 0.65% 0.59% -
HSV(B) 307.94º 0.62% 0.86% -
XYZ 42.85 25.46 57.91 -
YUV 137.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 219 83 201 0 0.62 0.08 0.14 307.94 0.65 0.59
Hex DB 53 C9 0 3E 8 E 134 41 3B
Octal 333 123 311 0 76 10 16 464 101 73
Binary 11011011 1010011 11001001 0 111110 1000 1110 100110100 1000001 111011

Color Harmonies of #DB53C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53C9

Black with #DB53C9

Text Example


Text Example

White with #DB53C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53C9; }

 p { color: rgb(219,83,201); }

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

background-color css

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

 a { background-color: rgb(219,83,201); }

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

border-color css

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

 span { border-color: rgb(219,83,201); }

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