Html Css Color HEX #D75ECC Free Speech Magenta

📋 copy color: '#D75ECC'

red 215 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #D75ECC

Tints of Free Speech Magenta #D75ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 41.91%
G = 18.32%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D75ECC (or 0xD75ECC) is known color: Free Speech Magenta. HEX triplet: D7, 5E and CC. RGB value is (215,94,204). Sum of RGB (Red+Green+Blue) = 215+94+204=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ECC is #28A133. Grayscale: #8E8E8E. Windows color (decimal): -2662708 or 13393623. OLE color: 13393623.

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

Color convert

RGB 215 94 204 -
CMYK 0 0.56 0.05 0.16
HSL 305.45º 0.6% 0.61% -
HSV(B) 305.45º 0.56% 0.84% -
XYZ 42.93 26.81 60.04 -
YUV 142.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 215 94 204 0 0.56 0.05 0.16 305.45 0.6 0.61
Hex D7 5E CC 0 38 5 10 131 3C 3D
Octal 327 136 314 0 70 5 20 461 74 75
Binary 11010111 1011110 11001100 0 111000 101 10000 100110001 111100 111101

Color Harmonies of #D75ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ECC

Black with #D75ECC

Text Example


Text Example

White with #D75ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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