Html Css Color HEX #D95EC4 Free Speech Magenta

📋 copy color: '#D95EC4'

red 217 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Magenta #D95EC4

Tints of Free Speech Magenta #D95EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 42.8%
G = 18.54%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D95EC4 (or 0xD95EC4) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C4. RGB value is (217,94,196). Sum of RGB (Red+Green+Blue) = 217+94+196=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC4 is #26A13B. Grayscale: #8E8E8E. Windows color (decimal): -2531644 or 12869337. OLE color: 12869337.

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

Color convert

RGB 217 94 196 -
CMYK 0 0.57 0.10 0.15
HSL 310.24º 0.62% 0.61% -
HSV(B) 310.24º 0.57% 0.85% -
XYZ 42.58 26.74 55.14 -
YUV 142.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 217 94 196 0 0.57 0.10 0.15 310.24 0.62 0.61
Hex D9 5E C4 0 39 A F 136 3E 3D
Octal 331 136 304 0 71 12 17 466 76 75
Binary 11011001 1011110 11000100 0 111001 1010 1111 100110110 111110 111101

Color Harmonies of #D95EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC4

Black with #D95EC4

Text Example


Text Example

White with #D95EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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