Html Css Color HEX #D75EC1 Free Speech Magenta

📋 copy color: '#D75EC1'

red 215 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Magenta #D75EC1

Tints of Free Speech Magenta #D75EC1

RGB

 RED value IS 215 (84.38% from 255) = 42.83%

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 42.83%
G = 18.73%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D75EC1 (or 0xD75EC1) is known color: Free Speech Magenta. HEX triplet: D7, 5E and C1. RGB value is (215,94,193). Sum of RGB (Red+Green+Blue) = 215+94+193=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EC1 is #28A13E. Grayscale: #8D8D8D. Windows color (decimal): -2662719 or 12672727. OLE color: 12672727.

HSL color Cylindrical-coordinate representation of color #D75EC1: hue angle of 310.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 193 -
CMYK 0 0.56 0.10 0.16
HSL 310.91º 0.6% 0.61% -
HSV(B) 310.91º 0.56% 0.84% -
XYZ 41.65 26.3 53.33 -
YUV 141.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 215 94 193 0 0.56 0.10 0.16 310.91 0.6 0.61
Hex D7 5E C1 0 38 A 10 137 3C 3D
Octal 327 136 301 0 70 12 20 467 74 75
Binary 11010111 1011110 11000001 0 111000 1010 10000 100110111 111100 111101

Color Harmonies of #D75EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EC1

Black with #D75EC1

Text Example


Text Example

White with #D75EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EC1; }

 p { color: rgb(215,94,193); }

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

background-color css

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

 a { background-color: rgb(215,94,193); }

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

border-color css

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

 span { border-color: rgb(215,94,193); }

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