Html Css Color HEX #D959D3 Free Speech Magenta

📋 copy color: '#D959D3'

red 217 ◦ green 89 ◦ blue 211

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

Shades of Free Speech Magenta #D959D3

Tints of Free Speech Magenta #D959D3

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.21%

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 41.97%
G = 17.21%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D959D3 (or 0xD959D3) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D3. RGB value is (217,89,211). Sum of RGB (Red+Green+Blue) = 217+89+211=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D3 is #26A62C. Grayscale: #8C8C8C. Windows color (decimal): -2532909 or 13851097. OLE color: 13851097.

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

Color convert

RGB 217 89 211 -
CMYK 0 0.59 0.03 0.15
HSL 302.81º 0.63% 0.6% -
HSV(B) 302.81º 0.59% 0.85% -
XYZ 43.95 26.6 64.45 -
YUV 141.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 217 89 211 0 0.59 0.03 0.15 302.81 0.63 0.6
Hex D9 59 D3 0 3B 3 F 12F 3F 3C
Octal 331 131 323 0 73 3 17 457 77 74
Binary 11011001 1011001 11010011 0 111011 11 1111 100101111 111111 111100

Color Harmonies of #D959D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959D3

Black with #D959D3

Text Example


Text Example

White with #D959D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959D3; }

 p { color: rgb(217,89,211); }

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

background-color css

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

 a { background-color: rgb(217,89,211); }

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

border-color css

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

 span { border-color: rgb(217,89,211); }

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