Html Css Color HEX #DB53C5 Free Speech Magenta

📋 copy color: '#DB53C5'

red 219 ◦ green 83 ◦ blue 197

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

Shades of Free Speech Magenta #DB53C5

Tints of Free Speech Magenta #DB53C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 43.89%
G = 16.63%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB53C5 (or 0xDB53C5) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C5. RGB value is (219,83,197). Sum of RGB (Red+Green+Blue) = 219+83+197=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C5 is #24AC3A. Grayscale: #888888. Windows color (decimal): -2403387 or 12932059. OLE color: 12932059.

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

Color convert

RGB 219 83 197 -
CMYK 0 0.62 0.10 0.14
HSL 309.71º 0.65% 0.59% -
HSV(B) 309.71º 0.62% 0.86% -
XYZ 42.38 25.28 55.47 -
YUV 136.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 219 83 197 0 0.62 0.10 0.14 309.71 0.65 0.59
Hex DB 53 C5 0 3E A E 136 41 3B
Octal 333 123 305 0 76 12 16 466 101 73
Binary 11011011 1010011 11000101 0 111110 1010 1110 100110110 1000001 111011

Color Harmonies of #DB53C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53C5

Black with #DB53C5

Text Example


Text Example

White with #DB53C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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