Html Css Color HEX #D95DDA Free Speech Magenta

📋 copy color: '#D95DDA'

red 217 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #D95DDA

Tints of Free Speech Magenta #D95DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 41.1%
G = 17.61%
B = 41.29%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D95DDA (or 0xD95DDA) is known color: Free Speech Magenta. HEX triplet: D9, 5D and DA. RGB value is (217,93,218). Sum of RGB (Red+Green+Blue) = 217+93+218=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D95DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DDA is #26A225. Grayscale: #8F8F8F. Windows color (decimal): -2531878 or 14310873. OLE color: 14310873.

HSL color Cylindrical-coordinate representation of color #D95DDA: hue angle of 299.52º degrees, saturation: 0.63, 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 #D95DDA is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 218 -
CMYK 0.00 0.57 0 0.15
HSL 299.52º 0.63% 0.61% -
HSV(B) 299.52º 0.57% 0.85% -
XYZ 45.18 27.64 69.28 -
YUV 144.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 217 93 218 0.00 0.57 0 0.15 299.52 0.63 0.61
Hex D9 5D DA 0 39 0 F 12C 3F 3D
Octal 331 135 332 0 71 0 17 454 77 75
Binary 11011001 1011101 11011010 0 111001 0 1111 100101100 111111 111101

Color Harmonies of #D95DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DDA

Black with #D95DDA

Text Example


Text Example

White with #D95DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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