Html Css Color HEX #D95DD3 Free Speech Magenta

📋 copy color: '#D95DD3'

red 217 ◦ green 93 ◦ blue 211

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

Shades of Free Speech Magenta #D95DD3

Tints of Free Speech Magenta #D95DD3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

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

R = 41.65%
G = 17.85%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D95DD3 (or 0xD95DD3) is known color: Free Speech Magenta. HEX triplet: D9, 5D and D3. RGB value is (217,93,211). Sum of RGB (Red+Green+Blue) = 217+93+211=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DD3 is #26A22C. Grayscale: #8F8F8F. Windows color (decimal): -2531885 or 13852121. OLE color: 13852121.

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

Color convert

RGB 217 93 211 -
CMYK 0 0.57 0.03 0.15
HSL 302.9º 0.62% 0.61% -
HSV(B) 302.9º 0.57% 0.85% -
XYZ 44.29 27.28 64.56 -
YUV 143.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 217 93 211 0 0.57 0.03 0.15 302.9 0.62 0.61
Hex D9 5D D3 0 39 3 F 12F 3E 3D
Octal 331 135 323 0 71 3 17 457 76 75
Binary 11011001 1011101 11010011 0 111001 11 1111 100101111 111110 111101

Color Harmonies of #D95DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DD3

Black with #D95DD3

Text Example


Text Example

White with #D95DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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