Html Css Color HEX #D95AD4 Free Speech Magenta

📋 copy color: '#D95AD4'

red 217 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #D95AD4

Tints of Free Speech Magenta #D95AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 41.81%
G = 17.34%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D95AD4 (or 0xD95AD4) is known color: Free Speech Magenta. HEX triplet: D9, 5A and D4. RGB value is (217,90,212). Sum of RGB (Red+Green+Blue) = 217+90+212=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AD4 is #26A52B. Grayscale: #8D8D8D. Windows color (decimal): -2532652 or 13916889. OLE color: 13916889.

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

Color convert

RGB 217 90 212 -
CMYK 0 0.59 0.02 0.15
HSL 302.36º 0.63% 0.6% -
HSV(B) 302.36º 0.59% 0.85% -
XYZ 44.16 26.82 65.14 -
YUV 141.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 217 90 212 0 0.59 0.02 0.15 302.36 0.63 0.6
Hex D9 5A D4 0 3B 2 F 12E 3F 3C
Octal 331 132 324 0 73 2 17 456 77 74
Binary 11011001 1011010 11010100 0 111011 10 1111 100101110 111111 111100

Color Harmonies of #D95AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AD4

Black with #D95AD4

Text Example


Text Example

White with #D95AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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