Html Css Color HEX #D958C8 Free Speech Magenta

📋 copy color: '#D958C8'

red 217 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #D958C8

Tints of Free Speech Magenta #D958C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 42.97%
G = 17.43%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D958C8 (or 0xD958C8) is known color: Free Speech Magenta. HEX triplet: D9, 58 and C8. RGB value is (217,88,200). Sum of RGB (Red+Green+Blue) = 217+88+200=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C8 is #26A737. Grayscale: #8B8B8B. Windows color (decimal): -2533176 or 13129945. OLE color: 13129945.

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

Color convert

RGB 217 88 200 -
CMYK 0 0.59 0.08 0.15
HSL 307.91º 0.63% 0.6% -
HSV(B) 307.91º 0.59% 0.85% -
XYZ 42.53 25.9 57.4 -
YUV 139.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 217 88 200 0 0.59 0.08 0.15 307.91 0.63 0.6
Hex D9 58 C8 0 3B 8 F 134 3F 3C
Octal 331 130 310 0 73 10 17 464 77 74
Binary 11011001 1011000 11001000 0 111011 1000 1111 100110100 111111 111100

Color Harmonies of #D958C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958C8

Black with #D958C8

Text Example


Text Example

White with #D958C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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