Html Css Color HEX #D75EC8 Free Speech Magenta

📋 copy color: '#D75EC8'

red 215 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Magenta #D75EC8

Tints of Free Speech Magenta #D75EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 42.24%
G = 18.47%
B = 39.29%

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

#D75EC8 (or 0xD75EC8) is known color: Free Speech Magenta. HEX triplet: D7, 5E and C8. RGB value is (215,94,200). Sum of RGB (Red+Green+Blue) = 215+94+200=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EC8 is #28A137. Grayscale: #8D8D8D. Windows color (decimal): -2662712 or 13131479. OLE color: 13131479.

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

Color convert

RGB 215 94 200 -
CMYK 0 0.56 0.07 0.16
HSL 307.44º 0.6% 0.61% -
HSV(B) 307.44º 0.56% 0.84% -
XYZ 42.45 26.62 57.54 -
YUV 142.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 215 94 200 0 0.56 0.07 0.16 307.44 0.6 0.61
Hex D7 5E C8 0 38 7 10 133 3C 3D
Octal 327 136 310 0 70 7 20 463 74 75
Binary 11010111 1011110 11001000 0 111000 111 10000 100110011 111100 111101

Color Harmonies of #D75EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EC8

Black with #D75EC8

Text Example


Text Example

White with #D75EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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