Html Css Color HEX #D55DCB Free Speech Magenta

📋 copy color: '#D55DCB'

red 213 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #D55DCB

Tints of Free Speech Magenta #D55DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 41.85%
G = 18.27%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D55DCB (or 0xD55DCB) is known color: Free Speech Magenta. HEX triplet: D5, 5D and CB. RGB value is (213,93,203). Sum of RGB (Red+Green+Blue) = 213+93+203=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DCB is #2AA234. Grayscale: #8D8D8D. Windows color (decimal): -2794037 or 13327829. OLE color: 13327829.

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

Color convert

RGB 213 93 203 -
CMYK 0 0.56 0.05 0.16
HSL 305º 0.59% 0.6% -
HSV(B) 305º 0.56% 0.84% -
XYZ 42.13 26.29 59.35 -
YUV 141.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 213 93 203 0 0.56 0.05 0.16 305 0.59 0.6
Hex D5 5D CB 0 38 5 10 131 3B 3C
Octal 325 135 313 0 70 5 20 461 73 74
Binary 11010101 1011101 11001011 0 111000 101 10000 100110001 111011 111100

Color Harmonies of #D55DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DCB

Black with #D55DCB

Text Example


Text Example

White with #D55DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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