Html Css Color HEX #D95AD6 Free Speech Magenta

📋 copy color: '#D95AD6'

red 217 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Magenta #D95AD6

Tints of Free Speech Magenta #D95AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 41.65%
G = 17.27%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D95AD6 (or 0xD95AD6) is known color: Free Speech Magenta. HEX triplet: D9, 5A and D6. RGB value is (217,90,214). Sum of RGB (Red+Green+Blue) = 217+90+214=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AD6 is #26A529. Grayscale: #8D8D8D. Windows color (decimal): -2532650 or 14047961. OLE color: 14047961.

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

Color convert

RGB 217 90 214 -
CMYK 0 0.59 0.01 0.15
HSL 301.42º 0.63% 0.6% -
HSV(B) 301.42º 0.59% 0.85% -
XYZ 44.41 26.92 66.47 -
YUV 142.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 217 90 214 0 0.59 0.01 0.15 301.42 0.63 0.6
Hex D9 5A D6 0 3B 1 F 12D 3F 3C
Octal 331 132 326 0 73 1 17 455 77 74
Binary 11011001 1011010 11010110 0 111011 1 1111 100101101 111111 111100

Color Harmonies of #D95AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AD6

Black with #D95AD6

Text Example


Text Example

White with #D95AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AD6; }

 p { color: rgb(217,90,214); }

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

background-color css

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

 a { background-color: rgb(217,90,214); }

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

border-color css

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

 span { border-color: rgb(217,90,214); }

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