Html Css Color HEX #D95EC2 Free Speech Magenta

📋 copy color: '#D95EC2'

red 217 ◦ green 94 ◦ blue 194

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

Shades of Free Speech Magenta #D95EC2

Tints of Free Speech Magenta #D95EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.61%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 42.97%
G = 18.61%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D95EC2 (or 0xD95EC2) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C2. RGB value is (217,94,194). Sum of RGB (Red+Green+Blue) = 217+94+194=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC2 is #26A13D. Grayscale: #8D8D8D. Windows color (decimal): -2531646 or 12738265. OLE color: 12738265.

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

Color convert

RGB 217 94 194 -
CMYK 0 0.57 0.11 0.15
HSL 311.22º 0.62% 0.61% -
HSV(B) 311.22º 0.57% 0.85% -
XYZ 42.36 26.65 53.95 -
YUV 142.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 217 94 194 0 0.57 0.11 0.15 311.22 0.62 0.61
Hex D9 5E C2 0 39 B F 137 3E 3D
Octal 331 136 302 0 71 13 17 467 76 75
Binary 11011001 1011110 11000010 0 111001 1011 1111 100110111 111110 111101

Color Harmonies of #D95EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC2

Black with #D95EC2

Text Example


Text Example

White with #D95EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC2; }

 p { color: rgb(217,94,194); }

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

background-color css

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

 a { background-color: rgb(217,94,194); }

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

border-color css

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

 span { border-color: rgb(217,94,194); }

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