Html Css Color HEX #D55ACC Free Speech Magenta

📋 copy color: '#D55ACC'

red 213 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #D55ACC

Tints of Free Speech Magenta #D55ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 42.01%
G = 17.75%
B = 40.24%

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

#D55ACC (or 0xD55ACC) is known color: Free Speech Magenta. HEX triplet: D5, 5A and CC. RGB value is (213,90,204). Sum of RGB (Red+Green+Blue) = 213+90+204=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ACC is #2AA533. Grayscale: #8B8B8B. Windows color (decimal): -2794804 or 13392597. OLE color: 13392597.

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

Color convert

RGB 213 90 204 -
CMYK 0 0.58 0.04 0.16
HSL 304.39º 0.59% 0.59% -
HSV(B) 304.39º 0.58% 0.84% -
XYZ 42 25.82 59.9 -
YUV 139.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 213 90 204 0 0.58 0.04 0.16 304.39 0.59 0.59
Hex D5 5A CC 0 3A 4 10 130 3B 3B
Octal 325 132 314 0 72 4 20 460 73 73
Binary 11010101 1011010 11001100 0 111010 100 10000 100110000 111011 111011

Color Harmonies of #D55ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ACC

Black with #D55ACC

Text Example


Text Example

White with #D55ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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