Html Css Color HEX #D75DC7 Free Speech Magenta

📋 copy color: '#D75DC7'

red 215 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Magenta #D75DC7

Tints of Free Speech Magenta #D75DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.34%

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 42.41%
G = 18.34%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D75DC7 (or 0xD75DC7) is known color: Free Speech Magenta. HEX triplet: D7, 5D and C7. RGB value is (215,93,199). Sum of RGB (Red+Green+Blue) = 215+93+199=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DC7 is #28A238. Grayscale: #8D8D8D. Windows color (decimal): -2662969 or 13065687. OLE color: 13065687.

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

Color convert

RGB 215 93 199 -
CMYK 0 0.57 0.07 0.16
HSL 307.87º 0.6% 0.6% -
HSV(B) 307.87º 0.57% 0.84% -
XYZ 42.25 26.4 56.9 -
YUV 141.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 215 93 199 0 0.57 0.07 0.16 307.87 0.6 0.6
Hex D7 5D C7 0 39 7 10 134 3C 3C
Octal 327 135 307 0 71 7 20 464 74 74
Binary 11010111 1011101 11000111 0 111001 111 10000 100110100 111100 111100

Color Harmonies of #D75DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DC7

Black with #D75DC7

Text Example


Text Example

White with #D75DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DC7; }

 p { color: rgb(215,93,199); }

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

background-color css

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

 a { background-color: rgb(215,93,199); }

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

border-color css

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

 span { border-color: rgb(215,93,199); }

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