Html Css Color HEX #DB53C1 Free Speech Magenta

📋 copy color: '#DB53C1'

red 219 ◦ green 83 ◦ blue 193

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

Shades of Free Speech Magenta #DB53C1

Tints of Free Speech Magenta #DB53C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 44.24%
G = 16.77%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB53C1 (or 0xDB53C1) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C1. RGB value is (219,83,193). Sum of RGB (Red+Green+Blue) = 219+83+193=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C1 is #24AC3E. Grayscale: #878787. Windows color (decimal): -2403391 or 12669915. OLE color: 12669915.

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

Color convert

RGB 219 83 193 -
CMYK 0 0.62 0.12 0.14
HSL 311.47º 0.65% 0.59% -
HSV(B) 311.47º 0.62% 0.86% -
XYZ 41.93 25.1 53.09 -
YUV 136.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 219 83 193 0 0.62 0.12 0.14 311.47 0.65 0.59
Hex DB 53 C1 0 3E C E 137 41 3B
Octal 333 123 301 0 76 14 16 467 101 73
Binary 11011011 1010011 11000001 0 111110 1100 1110 100110111 1000001 111011

Color Harmonies of #DB53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53C1

Black with #DB53C1

Text Example


Text Example

White with #DB53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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