Html Css Color HEX #D958D7 Free Speech Magenta

📋 copy color: '#D958D7'

red 217 ◦ green 88 ◦ blue 215

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

Shades of Free Speech Magenta #D958D7

Tints of Free Speech Magenta #D958D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 41.73%
G = 16.92%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D958D7 (or 0xD958D7) is known color: Free Speech Magenta. HEX triplet: D9, 58 and D7. RGB value is (217,88,215). Sum of RGB (Red+Green+Blue) = 217+88+215=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D7 is #26A728. Grayscale: #8C8C8C. Windows color (decimal): -2533161 or 14112985. OLE color: 14112985.

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

Color convert

RGB 217 88 215 -
CMYK 0 0.59 0.01 0.15
HSL 300.93º 0.63% 0.6% -
HSV(B) 300.93º 0.59% 0.85% -
XYZ 44.37 26.64 67.09 -
YUV 141.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 217 88 215 0 0.59 0.01 0.15 300.93 0.63 0.6
Hex D9 58 D7 0 3B 1 F 12D 3F 3C
Octal 331 130 327 0 73 1 17 455 77 74
Binary 11011001 1011000 11010111 0 111011 1 1111 100101101 111111 111100

Color Harmonies of #D958D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958D7

Black with #D958D7

Text Example


Text Example

White with #D958D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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