Html Css Color HEX #D55CC7 Free Speech Magenta

📋 copy color: '#D55CC7'

red 213 ◦ green 92 ◦ blue 199

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

Shades of Free Speech Magenta #D55CC7

Tints of Free Speech Magenta #D55CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 42.26%
G = 18.25%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55CC7 (or 0xD55CC7) is known color: Free Speech Magenta. HEX triplet: D5, 5C and C7. RGB value is (213,92,199). Sum of RGB (Red+Green+Blue) = 213+92+199=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC7 is #2AA338. Grayscale: #8C8C8C. Windows color (decimal): -2794297 or 13065429. OLE color: 13065429.

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

Color convert

RGB 213 92 199 -
CMYK 0 0.57 0.07 0.16
HSL 306.94º 0.59% 0.6% -
HSV(B) 306.94º 0.57% 0.84% -
XYZ 41.58 25.92 56.85 -
YUV 140.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 213 92 199 0 0.57 0.07 0.16 306.94 0.59 0.6
Hex D5 5C C7 0 39 7 10 133 3B 3C
Octal 325 134 307 0 71 7 20 463 73 74
Binary 11010101 1011100 11000111 0 111001 111 10000 100110011 111011 111100

Color Harmonies of #D55CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CC7

Black with #D55CC7

Text Example


Text Example

White with #D55CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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