Html Css Color HEX #DB53D2 Free Speech Magenta

📋 copy color: '#DB53D2'

red 219 ◦ green 83 ◦ blue 210

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

Shades of Free Speech Magenta #DB53D2

Tints of Free Speech Magenta #DB53D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 42.77%
G = 16.21%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB53D2 (or 0xDB53D2) is known color: Free Speech Magenta. HEX triplet: DB, 53 and D2. RGB value is (219,83,210). Sum of RGB (Red+Green+Blue) = 219+83+210=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53D2 is #24AC2D. Grayscale: #898989. Windows color (decimal): -2403374 or 13784027. OLE color: 13784027.

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

Color convert

RGB 219 83 210 -
CMYK 0 0.62 0.04 0.14
HSL 303.97º 0.65% 0.59% -
HSV(B) 303.97º 0.62% 0.86% -
XYZ 43.94 25.9 63.66 -
YUV 138.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 219 83 210 0 0.62 0.04 0.14 303.97 0.65 0.59
Hex DB 53 D2 0 3E 4 E 130 41 3B
Octal 333 123 322 0 76 4 16 460 101 73
Binary 11011011 1010011 11010010 0 111110 100 1110 100110000 1000001 111011

Color Harmonies of #DB53D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53D2

Black with #DB53D2

Text Example


Text Example

White with #DB53D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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