Html Css Color HEX #D75ED3 Free Speech Magenta

📋 copy color: '#D75ED3'

red 215 ◦ green 94 ◦ blue 211

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

Shades of Free Speech Magenta #D75ED3

Tints of Free Speech Magenta #D75ED3

RGB

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

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

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

R = 41.35%
G = 18.08%
B = 40.58%

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

#D75ED3 (or 0xD75ED3) is known color: Free Speech Magenta. HEX triplet: D7, 5E and D3. RGB value is (215,94,211). Sum of RGB (Red+Green+Blue) = 215+94+211=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ED3 is #28A12C. Grayscale: #8F8F8F. Windows color (decimal): -2662701 or 13852375. OLE color: 13852375.

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

Color convert

RGB 215 94 211 -
CMYK 0 0.56 0.02 0.16
HSL 301.98º 0.6% 0.61% -
HSV(B) 301.98º 0.56% 0.84% -
XYZ 43.78 27.16 64.56 -
YUV 143.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 215 94 211 0 0.56 0.02 0.16 301.98 0.6 0.61
Hex D7 5E D3 0 38 2 10 12E 3C 3D
Octal 327 136 323 0 70 2 20 456 74 75
Binary 11010111 1011110 11010011 0 111000 10 10000 100101110 111100 111101

Color Harmonies of #D75ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ED3

Black with #D75ED3

Text Example


Text Example

White with #D75ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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