Html Css Color HEX #D553D1 Free Speech Magenta

📋 copy color: '#D553D1'

red 213 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #D553D1

Tints of Free Speech Magenta #D553D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.39%

R = 42.18%
G = 16.44%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D553D1 (or 0xD553D1) is known color: Free Speech Magenta. HEX triplet: D5, 53 and D1. RGB value is (213,83,209). Sum of RGB (Red+Green+Blue) = 213+83+209=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D553D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553D1 is #2AAC2E. Grayscale: #878787. Windows color (decimal): -2796591 or 13718485. OLE color: 13718485.

HSL color Cylindrical-coordinate representation of color #D553D1: hue angle of 301.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553D1 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 209 -
CMYK 0 0.61 0.02 0.16
HSL 301.85º 0.61% 0.58% -
HSV(B) 301.85º 0.61% 0.84% -
XYZ 42.04 24.94 62.92 -
YUV 136.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 213 83 209 0 0.61 0.02 0.16 301.85 0.61 0.58
Hex D5 53 D1 0 3D 2 10 12E 3D 3A
Octal 325 123 321 0 75 2 20 456 75 72
Binary 11010101 1010011 11010001 0 111101 10 10000 100101110 111101 111010

Color Harmonies of #D553D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553D1

Black with #D553D1

Text Example


Text Example

White with #D553D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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