Html Css Color HEX #D75DD1 Free Speech Magenta

📋 copy color: '#D75DD1'

red 215 ◦ green 93 ◦ blue 209

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

Shades of Free Speech Magenta #D75DD1

Tints of Free Speech Magenta #D75DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 41.59%
G = 17.99%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D75DD1 (or 0xD75DD1) is known color: Free Speech Magenta. HEX triplet: D7, 5D and D1. RGB value is (215,93,209). Sum of RGB (Red+Green+Blue) = 215+93+209=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DD1 is #28A22E. Grayscale: #8E8E8E. Windows color (decimal): -2662959 or 13721047. OLE color: 13721047.

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

Color convert

RGB 215 93 209 -
CMYK 0 0.57 0.03 0.16
HSL 302.95º 0.6% 0.6% -
HSV(B) 302.95º 0.57% 0.84% -
XYZ 43.45 26.88 63.22 -
YUV 142.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 215 93 209 0 0.57 0.03 0.16 302.95 0.6 0.6
Hex D7 5D D1 0 39 3 10 12F 3C 3C
Octal 327 135 321 0 71 3 20 457 74 74
Binary 11010111 1011101 11010001 0 111001 11 10000 100101111 111100 111100

Color Harmonies of #D75DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DD1

Black with #D75DD1

Text Example


Text Example

White with #D75DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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