Html Css Color HEX #D95FC0 Free Speech Magenta

📋 copy color: '#D95FC0'

red 217 ◦ green 95 ◦ blue 192

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

Shades of Free Speech Magenta #D95FC0

Tints of Free Speech Magenta #D95FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 43.06%
G = 18.85%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D95FC0 (or 0xD95FC0) is known color: Free Speech Magenta. HEX triplet: D9, 5F and C0. RGB value is (217,95,192). Sum of RGB (Red+Green+Blue) = 217+95+192=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FC0 is #26A03F. Grayscale: #8E8E8E. Windows color (decimal): -2531392 or 12607449. OLE color: 12607449.

HSL color Cylindrical-coordinate representation of color #D95FC0: hue angle of 312.3º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FC0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 192 -
CMYK 0 0.56 0.12 0.15
HSL 312.3º 0.62% 0.61% -
HSV(B) 312.3º 0.56% 0.85% -
XYZ 42.22 26.74 52.81 -
YUV 142.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 217 95 192 0 0.56 0.12 0.15 312.3 0.62 0.61
Hex D9 5F C0 0 38 C F 138 3E 3D
Octal 331 137 300 0 70 14 17 470 76 75
Binary 11011001 1011111 11000000 0 111000 1100 1111 100111000 111110 111101

Color Harmonies of #D95FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FC0

Black with #D95FC0

Text Example


Text Example

White with #D95FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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