Html Css Color HEX #D55CCC Free Speech Magenta

📋 copy color: '#D55CCC'

red 213 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #D55CCC

Tints of Free Speech Magenta #D55CCC

RGB

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

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

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

R = 41.85%
G = 18.07%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D55CCC (or 0xD55CCC) is known color: Free Speech Magenta. HEX triplet: D5, 5C and CC. RGB value is (213,92,204). Sum of RGB (Red+Green+Blue) = 213+92+204=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCC is #2AA333. Grayscale: #8C8C8C. Windows color (decimal): -2794292 or 13393109. OLE color: 13393109.

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

Color convert

RGB 213 92 204 -
CMYK 0 0.57 0.04 0.16
HSL 304.46º 0.59% 0.6% -
HSV(B) 304.46º 0.57% 0.84% -
XYZ 42.17 26.16 59.95 -
YUV 140.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 213 92 204 0 0.57 0.04 0.16 304.46 0.59 0.6
Hex D5 5C CC 0 39 4 10 130 3B 3C
Octal 325 134 314 0 71 4 20 460 73 74
Binary 11010101 1011100 11001100 0 111001 100 10000 100110000 111011 111100

Color Harmonies of #D55CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CCC

Black with #D55CCC

Text Example


Text Example

White with #D55CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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