Html Css Color HEX #D55AC6 Free Speech Magenta

📋 copy color: '#D55AC6'

red 213 ◦ green 90 ◦ blue 198

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

Shades of Free Speech Magenta #D55AC6

Tints of Free Speech Magenta #D55AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.52%

R = 42.51%
G = 17.96%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55AC6 (or 0xD55AC6) is known color: Free Speech Magenta. HEX triplet: D5, 5A and C6. RGB value is (213,90,198). Sum of RGB (Red+Green+Blue) = 213+90+198=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC6 is #2AA539. Grayscale: #8A8A8A. Windows color (decimal): -2794810 or 12999381. OLE color: 12999381.

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

Color convert

RGB 213 90 198 -
CMYK 0 0.58 0.07 0.16
HSL 307.32º 0.59% 0.59% -
HSV(B) 307.32º 0.58% 0.84% -
XYZ 41.29 25.54 56.18 -
YUV 139.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 213 90 198 0 0.58 0.07 0.16 307.32 0.59 0.59
Hex D5 5A C6 0 3A 7 10 133 3B 3B
Octal 325 132 306 0 72 7 20 463 73 73
Binary 11010101 1011010 11000110 0 111010 111 10000 100110011 111011 111011

Color Harmonies of #D55AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AC6

Black with #D55AC6

Text Example


Text Example

White with #D55AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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