Html Css Color HEX #D558D2 Free Speech Magenta

📋 copy color: '#D558D2'

red 213 ◦ green 88 ◦ blue 210

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

Shades of Free Speech Magenta #D558D2

Tints of Free Speech Magenta #D558D2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.22%

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 41.68%
G = 17.22%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D558D2 (or 0xD558D2) is known color: Free Speech Magenta. HEX triplet: D5, 58 and D2. RGB value is (213,88,210). Sum of RGB (Red+Green+Blue) = 213+88+210=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D558D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558D2 is #2AA72D. Grayscale: #8A8A8A. Windows color (decimal): -2795310 or 13785301. OLE color: 13785301.

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

Color convert

RGB 213 88 210 -
CMYK 0 0.59 0.01 0.16
HSL 301.44º 0.6% 0.59% -
HSV(B) 301.44º 0.59% 0.84% -
XYZ 42.56 25.78 63.71 -
YUV 139.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 213 88 210 0 0.59 0.01 0.16 301.44 0.6 0.59
Hex D5 58 D2 0 3B 1 10 12D 3C 3B
Octal 325 130 322 0 73 1 20 455 74 73
Binary 11010101 1011000 11010010 0 111011 1 10000 100101101 111100 111011

Color Harmonies of #D558D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558D2

Black with #D558D2

Text Example


Text Example

White with #D558D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558D2; }

 p { color: rgb(213,88,210); }

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

background-color css

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

 a { background-color: rgb(213,88,210); }

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

border-color css

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

 span { border-color: rgb(213,88,210); }

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