Html Css Color HEX #D958C0 Free Speech Magenta

📋 copy color: '#D958C0'

red 217 ◦ green 88 ◦ blue 192

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

Shades of Free Speech Magenta #D958C0

Tints of Free Speech Magenta #D958C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 43.66%
G = 17.71%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D958C0 (or 0xD958C0) is known color: Free Speech Magenta. HEX triplet: D9, 58 and C0. RGB value is (217,88,192). Sum of RGB (Red+Green+Blue) = 217+88+192=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C0 is #26A73F. Grayscale: #8A8A8A. Windows color (decimal): -2533184 or 12605657. OLE color: 12605657.

HSL color Cylindrical-coordinate representation of color #D958C0: hue angle of 311.63º 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 #D958C0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 192 -
CMYK 0 0.59 0.12 0.15
HSL 311.63º 0.63% 0.6% -
HSV(B) 311.63º 0.59% 0.85% -
XYZ 41.62 25.54 52.6 -
YUV 138.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 217 88 192 0 0.59 0.12 0.15 311.63 0.63 0.6
Hex D9 58 C0 0 3B C F 138 3F 3C
Octal 331 130 300 0 73 14 17 470 77 74
Binary 11011001 1011000 11000000 0 111011 1100 1111 100111000 111111 111100

Color Harmonies of #D958C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958C0

Black with #D958C0

Text Example


Text Example

White with #D958C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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