Html Css Color HEX #D75DD3 Free Speech Magenta

📋 copy color: '#D75DD3'

red 215 ◦ green 93 ◦ blue 211

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

Shades of Free Speech Magenta #D75DD3

Tints of Free Speech Magenta #D75DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 41.43%
G = 17.92%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D75DD3 (or 0xD75DD3) is known color: Free Speech Magenta. HEX triplet: D7, 5D and D3. RGB value is (215,93,211). Sum of RGB (Red+Green+Blue) = 215+93+211=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DD3 is #28A22C. Grayscale: #8E8E8E. Windows color (decimal): -2662957 or 13852119. OLE color: 13852119.

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

Color convert

RGB 215 93 211 -
CMYK 0 0.57 0.02 0.16
HSL 301.97º 0.6% 0.6% -
HSV(B) 301.97º 0.57% 0.84% -
XYZ 43.7 26.98 64.53 -
YUV 142.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 215 93 211 0 0.57 0.02 0.16 301.97 0.6 0.6
Hex D7 5D D3 0 39 2 10 12E 3C 3C
Octal 327 135 323 0 71 2 20 456 74 74
Binary 11010111 1011101 11010011 0 111001 10 10000 100101110 111100 111100

Color Harmonies of #D75DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DD3

Black with #D75DD3

Text Example


Text Example

White with #D75DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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