Html Css Color HEX #D55DC7 Free Speech Magenta

📋 copy color: '#D55DC7'

red 213 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Magenta #D55DC7

Tints of Free Speech Magenta #D55DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

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

R = 42.18%
G = 18.42%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55DC7 (or 0xD55DC7) is known color: Free Speech Magenta. HEX triplet: D5, 5D and C7. RGB value is (213,93,199). Sum of RGB (Red+Green+Blue) = 213+93+199=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC7 is #2AA238. Grayscale: #8C8C8C. Windows color (decimal): -2794041 or 13065685. OLE color: 13065685.

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

Color convert

RGB 213 93 199 -
CMYK 0 0.56 0.07 0.16
HSL 307º 0.59% 0.6% -
HSV(B) 307º 0.56% 0.84% -
XYZ 41.66 26.1 56.87 -
YUV 140.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 213 93 199 0 0.56 0.07 0.16 307 0.59 0.6
Hex D5 5D C7 0 38 7 10 133 3B 3C
Octal 325 135 307 0 70 7 20 463 73 74
Binary 11010101 1011101 11000111 0 111000 111 10000 100110011 111011 111100

Color Harmonies of #D55DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DC7

Black with #D55DC7

Text Example


Text Example

White with #D55DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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