Html Css Color HEX #D95DDD Free Speech Magenta

📋 copy color: '#D95DDD'

red 217 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #D95DDD

Tints of Free Speech Magenta #D95DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 40.87%
G = 17.51%
B = 41.62%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D95DDD (or 0xD95DDD) is known color: Free Speech Magenta. HEX triplet: D9, 5D and DD. RGB value is (217,93,221). Sum of RGB (Red+Green+Blue) = 217+93+221=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D95DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DDD is #26A222. Grayscale: #909090. Windows color (decimal): -2531875 or 14507481. OLE color: 14507481.

HSL color Cylindrical-coordinate representation of color #D95DDD: hue angle of 298.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95DDD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 93 221 -
CMYK 0.02 0.58 0 0.13
HSL 298.13º 0.65% 0.62% -
HSV(B) 298.13º 0.58% 0.87% -
XYZ 45.58 27.8 71.37 -
YUV 144.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 217 93 221 0.02 0.58 0 0.13 298.13 0.65 0.62
Hex D9 5D DD 2 3A 0 D 12A 41 3E
Octal 331 135 335 2 72 0 15 452 101 76
Binary 11011001 1011101 11011101 10 111010 0 1101 100101010 1000001 111110

Color Harmonies of #D95DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DDD

Black with #D95DDD

Text Example


Text Example

White with #D95DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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