Html Css Color HEX #D053DB Free Speech Magenta

📋 copy color: '#D053DB'

red 208 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #D053DB

Tints of Free Speech Magenta #D053DB

RGB

 RED value IS 208 (81.64% from 255) = 40.78%

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 40.78%
G = 16.27%
B = 42.94%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D053DB (or 0xD053DB) is known color: Free Speech Magenta. HEX triplet: D0, 53 and DB. RGB value is (208,83,219). Sum of RGB (Red+Green+Blue) = 208+83+219=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D053DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053DB is #2FAC24. Grayscale: #878787. Windows color (decimal): -3124261 or 14373840. OLE color: 14373840.

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

Color convert

RGB 208 83 219 -
CMYK 0.05 0.62 0 0.14
HSL 295.15º 0.65% 0.59% -
HSV(B) 295.15º 0.62% 0.86% -
XYZ 41.89 24.71 69.58 -
YUV 135.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 208 83 219 0.05 0.62 0 0.14 295.15 0.65 0.59
Hex D0 53 DB 5 3E 0 E 127 41 3B
Octal 320 123 333 5 76 0 16 447 101 73
Binary 11010000 1010011 11011011 101 111110 0 1110 100100111 1000001 111011

Color Harmonies of #D053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053DB

Black with #D053DB

Text Example


Text Example

White with #D053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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