Html Css Color HEX #D95FE5 Free Speech Magenta

📋 copy color: '#D95FE5'

red 217 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #D95FE5

Tints of Free Speech Magenta #D95FE5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.56%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 40.11%
G = 17.56%
B = 42.33%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D95FE5 (or 0xD95FE5) is known color: Free Speech Magenta. HEX triplet: D9, 5F and E5. RGB value is (217,95,229). Sum of RGB (Red+Green+Blue) = 217+95+229=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #D95FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FE5 is #26A01A. Grayscale: #929292. Windows color (decimal): -2531355 or 15032281. OLE color: 15032281.

HSL color Cylindrical-coordinate representation of color #D95FE5: hue angle of 294.63º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95FE5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 95 229 -
CMYK 0.05 0.59 0 0.10
HSL 294.63º 0.72% 0.64% -
HSV(B) 294.63º 0.59% 0.9% -
XYZ 46.85 28.59 77.18 -
YUV 146.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 217 95 229 0.05 0.59 0 0.10 294.63 0.72 0.64
Hex D9 5F E5 5 3B 0 A 127 48 40
Octal 331 137 345 5 73 0 12 447 110 100
Binary 11011001 1011111 11100101 101 111011 0 1010 100100111 1001000 1000000

Color Harmonies of #D95FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FE5

Black with #D95FE5

Text Example


Text Example

White with #D95FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FE5; }

 p { color: rgb(217,95,229); }

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

background-color css

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

 a { background-color: rgb(217,95,229); }

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

border-color css

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

 span { border-color: rgb(217,95,229); }

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