Html Css Color HEX #D55AC8 Free Speech Magenta

📋 copy color: '#D55AC8'

red 213 ◦ green 90 ◦ blue 200

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

Shades of Free Speech Magenta #D55AC8

Tints of Free Speech Magenta #D55AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 42.35%
G = 17.89%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D55AC8 (or 0xD55AC8) is known color: Free Speech Magenta. HEX triplet: D5, 5A and C8. RGB value is (213,90,200). Sum of RGB (Red+Green+Blue) = 213+90+200=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC8 is #2AA537. Grayscale: #8B8B8B. Windows color (decimal): -2794808 or 13130453. OLE color: 13130453.

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

Color convert

RGB 213 90 200 -
CMYK 0 0.58 0.06 0.16
HSL 306.34º 0.59% 0.59% -
HSV(B) 306.34º 0.58% 0.84% -
XYZ 41.52 25.63 57.4 -
YUV 139.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 213 90 200 0 0.58 0.06 0.16 306.34 0.59 0.59
Hex D5 5A C8 0 3A 6 10 132 3B 3B
Octal 325 132 310 0 72 6 20 462 73 73
Binary 11010101 1011010 11001000 0 111010 110 10000 100110010 111011 111011

Color Harmonies of #D55AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AC8

Black with #D55AC8

Text Example


Text Example

White with #D55AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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