Html Css Color HEX #D55ACD Free Speech Magenta

📋 copy color: '#D55ACD'

red 213 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #D55ACD

Tints of Free Speech Magenta #D55ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 41.93%
G = 17.72%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D55ACD (or 0xD55ACD) is known color: Free Speech Magenta. HEX triplet: D5, 5A and CD. RGB value is (213,90,205). Sum of RGB (Red+Green+Blue) = 213+90+205=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ACD is #2AA532. Grayscale: #8B8B8B. Windows color (decimal): -2794803 or 13458133. OLE color: 13458133.

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

Color convert

RGB 213 90 205 -
CMYK 0 0.58 0.04 0.16
HSL 303.9º 0.59% 0.59% -
HSV(B) 303.9º 0.58% 0.84% -
XYZ 42.12 25.87 60.53 -
YUV 139.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 213 90 205 0 0.58 0.04 0.16 303.9 0.59 0.59
Hex D5 5A CD 0 3A 4 10 130 3B 3B
Octal 325 132 315 0 72 4 20 460 73 73
Binary 11010101 1011010 11001101 0 111010 100 10000 100110000 111011 111011

Color Harmonies of #D55ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ACD

Black with #D55ACD

Text Example


Text Example

White with #D55ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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