Html Css Color HEX #D550CD Free Speech Magenta

📋 copy color: '#D550CD'

red 213 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #D550CD

Tints of Free Speech Magenta #D550CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.06%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 42.77%
G = 16.06%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D550CD (or 0xD550CD) is known color: Free Speech Magenta. HEX triplet: D5, 50 and CD. RGB value is (213,80,205). Sum of RGB (Red+Green+Blue) = 213+80+205=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D550CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550CD is #2AAF32. Grayscale: #858585. Windows color (decimal): -2797363 or 13455573. OLE color: 13455573.

HSL color Cylindrical-coordinate representation of color #D550CD: hue angle of 303.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550CD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 205 -
CMYK 0 0.62 0.04 0.16
HSL 303.61º 0.61% 0.57% -
HSV(B) 303.61º 0.62% 0.84% -
XYZ 41.33 24.29 60.27 -
YUV 134.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 213 80 205 0 0.62 0.04 0.16 303.61 0.61 0.57
Hex D5 50 CD 0 3E 4 10 130 3D 39
Octal 325 120 315 0 76 4 20 460 75 71
Binary 11010101 1010000 11001101 0 111110 100 10000 100110000 111101 111001

Color Harmonies of #D550CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550CD

Black with #D550CD

Text Example


Text Example

White with #D550CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550CD; }

 p { color: rgb(213,80,205); }

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

background-color css

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

 a { background-color: rgb(213,80,205); }

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

border-color css

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

 span { border-color: rgb(213,80,205); }

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