Html Css Color HEX #D55CC5 Free Speech Magenta

📋 copy color: '#D55CC5'

red 213 ◦ green 92 ◦ blue 197

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

Shades of Free Speech Magenta #D55CC5

Tints of Free Speech Magenta #D55CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 42.43%
G = 18.33%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D55CC5 (or 0xD55CC5) is known color: Free Speech Magenta. HEX triplet: D5, 5C and C5. RGB value is (213,92,197). Sum of RGB (Red+Green+Blue) = 213+92+197=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC5 is #2AA33A. Grayscale: #8B8B8B. Windows color (decimal): -2794299 or 12934357. OLE color: 12934357.

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

Color convert

RGB 213 92 197 -
CMYK 0 0.57 0.08 0.16
HSL 307.93º 0.59% 0.6% -
HSV(B) 307.93º 0.57% 0.84% -
XYZ 41.35 25.83 55.63 -
YUV 140.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 213 92 197 0 0.57 0.08 0.16 307.93 0.59 0.6
Hex D5 5C C5 0 39 8 10 134 3B 3C
Octal 325 134 305 0 71 10 20 464 73 74
Binary 11010101 1011100 11000101 0 111001 1000 10000 100110100 111011 111100

Color Harmonies of #D55CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CC5

Black with #D55CC5

Text Example


Text Example

White with #D55CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CC5; }

 p { color: rgb(213,92,197); }

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

background-color css

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

 a { background-color: rgb(213,92,197); }

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

border-color css

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

 span { border-color: rgb(213,92,197); }

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