Html Css Color HEX #D553DB Free Speech Magenta

📋 copy color: '#D553DB'

red 213 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #D553DB

Tints of Free Speech Magenta #D553DB

RGB

 RED value IS 213 (83.59% from 255) = 41.36%

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

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

R = 41.36%
G = 16.12%
B = 42.52%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D553DB (or 0xD553DB) is known color: Free Speech Magenta. HEX triplet: D5, 53 and DB. RGB value is (213,83,219). Sum of RGB (Red+Green+Blue) = 213+83+219=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D553DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553DB is #2AAC24. Grayscale: #888888. Windows color (decimal): -2796581 or 14373845. OLE color: 14373845.

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

Color convert

RGB 213 83 219 -
CMYK 0.03 0.62 0 0.14
HSL 297.35º 0.65% 0.59% -
HSV(B) 297.35º 0.62% 0.86% -
XYZ 43.32 25.45 69.65 -
YUV 137.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 213 83 219 0.03 0.62 0 0.14 297.35 0.65 0.59
Hex D5 53 DB 3 3E 0 E 129 41 3B
Octal 325 123 333 3 76 0 16 451 101 73
Binary 11010101 1010011 11011011 11 111110 0 1110 100101001 1000001 111011

Color Harmonies of #D553DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553DB

Black with #D553DB

Text Example


Text Example

White with #D553DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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