Html Css Color HEX #D55AD3 Free Speech Magenta

📋 copy color: '#D55AD3'

red 213 ◦ green 90 ◦ blue 211

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

Shades of Free Speech Magenta #D55AD3

Tints of Free Speech Magenta #D55AD3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.51%

 BLUE value IS 211 (82.81% from 255) = 41.05%

R = 41.44%
G = 17.51%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D55AD3 (or 0xD55AD3) is known color: Free Speech Magenta. HEX triplet: D5, 5A and D3. RGB value is (213,90,211). Sum of RGB (Red+Green+Blue) = 213+90+211=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD3 is #2AA52C. Grayscale: #8C8C8C. Windows color (decimal): -2794797 or 13851349. OLE color: 13851349.

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

Color convert

RGB 213 90 211 -
CMYK 0 0.58 0.01 0.16
HSL 300.98º 0.59% 0.59% -
HSV(B) 300.98º 0.58% 0.84% -
XYZ 42.85 26.16 64.42 -
YUV 140.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 213 90 211 0 0.58 0.01 0.16 300.98 0.59 0.59
Hex D5 5A D3 0 3A 1 10 12D 3B 3B
Octal 325 132 323 0 72 1 20 455 73 73
Binary 11010101 1011010 11010011 0 111010 1 10000 100101101 111011 111011

Color Harmonies of #D55AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AD3

Black with #D55AD3

Text Example


Text Example

White with #D55AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AD3; }

 p { color: rgb(213,90,211); }

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

background-color css

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

 a { background-color: rgb(213,90,211); }

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

border-color css

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

 span { border-color: rgb(213,90,211); }

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