Html Css Color HEX #D958C5 Free Speech Magenta

📋 copy color: '#D958C5'

red 217 ◦ green 88 ◦ blue 197

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

Shades of Free Speech Magenta #D958C5

Tints of Free Speech Magenta #D958C5

RGB

 RED value IS 217 (85.16% from 255) = 43.23%

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

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 43.23%
G = 17.53%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D958C5 (or 0xD958C5) is known color: Free Speech Magenta. HEX triplet: D9, 58 and C5. RGB value is (217,88,197). Sum of RGB (Red+Green+Blue) = 217+88+197=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C5 is #26A73A. Grayscale: #8A8A8A. Windows color (decimal): -2533179 or 12933337. OLE color: 12933337.

HSL color Cylindrical-coordinate representation of color #D958C5: hue angle of 309.3º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958C5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 197 -
CMYK 0 0.59 0.09 0.15
HSL 309.3º 0.63% 0.6% -
HSV(B) 309.3º 0.59% 0.85% -
XYZ 42.18 25.76 55.57 -
YUV 139 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 217 88 197 0 0.59 0.09 0.15 309.3 0.63 0.6
Hex D9 58 C5 0 3B 9 F 135 3F 3C
Octal 331 130 305 0 73 11 17 465 77 74
Binary 11011001 1011000 11000101 0 111011 1001 1111 100110101 111111 111100

Color Harmonies of #D958C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958C5

Black with #D958C5

Text Example


Text Example

White with #D958C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958C5; }

 p { color: rgb(217,88,197); }

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

background-color css

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

 a { background-color: rgb(217,88,197); }

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

border-color css

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

 span { border-color: rgb(217,88,197); }

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