Html Css Color HEX #D55FCB Free Speech Magenta

📋 copy color: '#D55FCB'

red 213 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Magenta #D55FCB

Tints of Free Speech Magenta #D55FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

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

R = 41.68%
G = 18.59%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D55FCB (or 0xD55FCB) is known color: Free Speech Magenta. HEX triplet: D5, 5F and CB. RGB value is (213,95,203). Sum of RGB (Red+Green+Blue) = 213+95+203=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FCB is #2AA034. Grayscale: #8E8E8E. Windows color (decimal): -2793525 or 13328341. OLE color: 13328341.

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

Color convert

RGB 213 95 203 -
CMYK 0 0.55 0.05 0.16
HSL 305.08º 0.58% 0.6% -
HSV(B) 305.08º 0.55% 0.84% -
XYZ 42.31 26.64 59.41 -
YUV 142.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 213 95 203 0 0.55 0.05 0.16 305.08 0.58 0.6
Hex D5 5F CB 0 37 5 10 131 3A 3C
Octal 325 137 313 0 67 5 20 461 72 74
Binary 11010101 1011111 11001011 0 110111 101 10000 100110001 111010 111100

Color Harmonies of #D55FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FCB

Black with #D55FCB

Text Example


Text Example

White with #D55FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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