Html Css Color HEX #D958C6 Free Speech Magenta

📋 copy color: '#D958C6'

red 217 ◦ green 88 ◦ blue 198

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

Shades of Free Speech Magenta #D958C6

Tints of Free Speech Magenta #D958C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 43.14%
G = 17.5%
B = 39.36%

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

#D958C6 (or 0xD958C6) is known color: Free Speech Magenta. HEX triplet: D9, 58 and C6. RGB value is (217,88,198). Sum of RGB (Red+Green+Blue) = 217+88+198=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C6 is #26A739. Grayscale: #8A8A8A. Windows color (decimal): -2533178 or 12998873. OLE color: 12998873.

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

Color convert

RGB 217 88 198 -
CMYK 0 0.59 0.09 0.15
HSL 308.84º 0.63% 0.6% -
HSV(B) 308.84º 0.59% 0.85% -
XYZ 42.3 25.81 56.18 -
YUV 139.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 217 88 198 0 0.59 0.09 0.15 308.84 0.63 0.6
Hex D9 58 C6 0 3B 9 F 135 3F 3C
Octal 331 130 306 0 73 11 17 465 77 74
Binary 11011001 1011000 11000110 0 111011 1001 1111 100110101 111111 111100

Color Harmonies of #D958C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958C6

Black with #D958C6

Text Example


Text Example

White with #D958C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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