Html Css Color HEX #D95AD0 Free Speech Magenta

📋 copy color: '#D95AD0'

red 217 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Magenta #D95AD0

Tints of Free Speech Magenta #D95AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 42.14%
G = 17.48%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D95AD0 (or 0xD95AD0) is known color: Free Speech Magenta. HEX triplet: D9, 5A and D0. RGB value is (217,90,208). Sum of RGB (Red+Green+Blue) = 217+90+208=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AD0 is #26A52F. Grayscale: #8D8D8D. Windows color (decimal): -2532656 or 13654745. OLE color: 13654745.

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

Color convert

RGB 217 90 208 -
CMYK 0 0.59 0.04 0.15
HSL 304.25º 0.63% 0.6% -
HSV(B) 304.25º 0.59% 0.85% -
XYZ 43.66 26.62 62.51 -
YUV 141.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 217 90 208 0 0.59 0.04 0.15 304.25 0.63 0.6
Hex D9 5A D0 0 3B 4 F 130 3F 3C
Octal 331 132 320 0 73 4 17 460 77 74
Binary 11011001 1011010 11010000 0 111011 100 1111 100110000 111111 111100

Color Harmonies of #D95AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AD0

Black with #D95AD0

Text Example


Text Example

White with #D95AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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