Html Css Color HEX #D75DD2 Free Speech Magenta

📋 copy color: '#D75DD2'

red 215 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Magenta #D75DD2

Tints of Free Speech Magenta #D75DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 41.51%
G = 17.95%
B = 40.54%

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

#D75DD2 (or 0xD75DD2) is known color: Free Speech Magenta. HEX triplet: D7, 5D and D2. RGB value is (215,93,210). Sum of RGB (Red+Green+Blue) = 215+93+210=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DD2 is #28A22D. Grayscale: #8E8E8E. Windows color (decimal): -2662958 or 13786583. OLE color: 13786583.

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

Color convert

RGB 215 93 210 -
CMYK 0 0.57 0.02 0.16
HSL 302.46º 0.6% 0.6% -
HSV(B) 302.46º 0.57% 0.84% -
XYZ 43.57 26.93 63.87 -
YUV 142.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 215 93 210 0 0.57 0.02 0.16 302.46 0.6 0.6
Hex D7 5D D2 0 39 2 10 12E 3C 3C
Octal 327 135 322 0 71 2 20 456 74 74
Binary 11010111 1011101 11010010 0 111001 10 10000 100101110 111100 111100

Color Harmonies of #D75DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DD2

Black with #D75DD2

Text Example


Text Example

White with #D75DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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