Html Css Color HEX #D75ECE Free Speech Magenta

📋 copy color: '#D75ECE'

red 215 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #D75ECE

Tints of Free Speech Magenta #D75ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 41.75%
G = 18.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D75ECE (or 0xD75ECE) is known color: Free Speech Magenta. HEX triplet: D7, 5E and CE. RGB value is (215,94,206). Sum of RGB (Red+Green+Blue) = 215+94+206=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ECE is #28A131. Grayscale: #8E8E8E. Windows color (decimal): -2662706 or 13524695. OLE color: 13524695.

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

Color convert

RGB 215 94 206 -
CMYK 0 0.56 0.04 0.16
HSL 304.46º 0.6% 0.61% -
HSV(B) 304.46º 0.56% 0.84% -
XYZ 43.17 26.91 61.31 -
YUV 142.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 215 94 206 0 0.56 0.04 0.16 304.46 0.6 0.61
Hex D7 5E CE 0 38 4 10 130 3C 3D
Octal 327 136 316 0 70 4 20 460 74 75
Binary 11010111 1011110 11001110 0 111000 100 10000 100110000 111100 111101

Color Harmonies of #D75ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ECE

Black with #D75ECE

Text Example


Text Example

White with #D75ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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