Html Css Color HEX #D955D1 Free Speech Magenta

📋 copy color: '#D955D1'

red 217 ◦ green 85 ◦ blue 209

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

Shades of Free Speech Magenta #D955D1

Tints of Free Speech Magenta #D955D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.63%

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 42.47%
G = 16.63%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D955D1 (or 0xD955D1) is known color: Free Speech Magenta. HEX triplet: D9, 55 and D1. RGB value is (217,85,209). Sum of RGB (Red+Green+Blue) = 217+85+209=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D955D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955D1 is #26AA2E. Grayscale: #8A8A8A. Windows color (decimal): -2533935 or 13719001. OLE color: 13719001.

HSL color Cylindrical-coordinate representation of color #D955D1: hue angle of 303.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D955D1 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 209 -
CMYK 0 0.61 0.04 0.15
HSL 303.64º 0.63% 0.59% -
HSV(B) 303.64º 0.61% 0.85% -
XYZ 43.37 25.85 63.03 -
YUV 138.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 217 85 209 0 0.61 0.04 0.15 303.64 0.63 0.59
Hex D9 55 D1 0 3D 4 F 130 3F 3B
Octal 331 125 321 0 75 4 17 460 77 73
Binary 11011001 1010101 11010001 0 111101 100 1111 100110000 111111 111011

Color Harmonies of #D955D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955D1

Black with #D955D1

Text Example


Text Example

White with #D955D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955D1; }

 p { color: rgb(217,85,209); }

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

background-color css

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

 a { background-color: rgb(217,85,209); }

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

border-color css

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

 span { border-color: rgb(217,85,209); }

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