Html Css Color HEX #D75EC9 Free Speech Magenta

📋 copy color: '#D75EC9'

red 215 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Magenta #D75EC9

Tints of Free Speech Magenta #D75EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.41%

R = 42.16%
G = 18.43%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D75EC9 (or 0xD75EC9) is known color: Free Speech Magenta. HEX triplet: D7, 5E and C9. RGB value is (215,94,201). Sum of RGB (Red+Green+Blue) = 215+94+201=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EC9 is #28A136. Grayscale: #8E8E8E. Windows color (decimal): -2662711 or 13197015. OLE color: 13197015.

HSL color Cylindrical-coordinate representation of color #D75EC9: hue angle of 306.94º 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 #D75EC9 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 201 -
CMYK 0 0.56 0.07 0.16
HSL 306.94º 0.6% 0.61% -
HSV(B) 306.94º 0.56% 0.84% -
XYZ 42.57 26.67 58.16 -
YUV 142.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 215 94 201 0 0.56 0.07 0.16 306.94 0.6 0.61
Hex D7 5E C9 0 38 7 10 133 3C 3D
Octal 327 136 311 0 70 7 20 463 74 75
Binary 11010111 1011110 11001001 0 111000 111 10000 100110011 111100 111101

Color Harmonies of #D75EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EC9

Black with #D75EC9

Text Example


Text Example

White with #D75EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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