Html Css Color HEX #D75ED2 Free Speech Magenta

📋 copy color: '#D75ED2'

red 215 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #D75ED2

Tints of Free Speech Magenta #D75ED2

RGB

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

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

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

R = 41.43%
G = 18.11%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D75ED2 (or 0xD75ED2) is known color: Free Speech Magenta. HEX triplet: D7, 5E and D2. RGB value is (215,94,210). Sum of RGB (Red+Green+Blue) = 215+94+210=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ED2 is #28A12D. Grayscale: #8F8F8F. Windows color (decimal): -2662702 or 13786839. OLE color: 13786839.

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

Color convert

RGB 215 94 210 -
CMYK 0 0.56 0.02 0.16
HSL 302.48º 0.6% 0.61% -
HSV(B) 302.48º 0.56% 0.84% -
XYZ 43.66 27.11 63.9 -
YUV 143.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 215 94 210 0 0.56 0.02 0.16 302.48 0.6 0.61
Hex D7 5E D2 0 38 2 10 12E 3C 3D
Octal 327 136 322 0 70 2 20 456 74 75
Binary 11010111 1011110 11010010 0 111000 10 10000 100101110 111100 111101

Color Harmonies of #D75ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ED2

Black with #D75ED2

Text Example


Text Example

White with #D75ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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