Html Css Color HEX #D75ACD Free Speech Magenta

📋 copy color: '#D75ACD'

red 215 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #D75ACD

Tints of Free Speech Magenta #D75ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 42.16%
G = 17.65%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D75ACD (or 0xD75ACD) is known color: Free Speech Magenta. HEX triplet: D7, 5A and CD. RGB value is (215,90,205). Sum of RGB (Red+Green+Blue) = 215+90+205=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ACD is #28A532. Grayscale: #8C8C8C. Windows color (decimal): -2663731 or 13458135. OLE color: 13458135.

HSL color Cylindrical-coordinate representation of color #D75ACD: hue angle of 304.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75ACD is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 205 -
CMYK 0 0.58 0.05 0.16
HSL 304.8º 0.61% 0.6% -
HSV(B) 304.8º 0.58% 0.84% -
XYZ 42.7 26.17 60.56 -
YUV 140.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 215 90 205 0 0.58 0.05 0.16 304.8 0.61 0.6
Hex D7 5A CD 0 3A 5 10 131 3D 3C
Octal 327 132 315 0 72 5 20 461 75 74
Binary 11010111 1011010 11001101 0 111010 101 10000 100110001 111101 111100

Color Harmonies of #D75ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ACD

Black with #D75ACD

Text Example


Text Example

White with #D75ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ACD; }

 p { color: rgb(215,90,205); }

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

background-color css

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

 a { background-color: rgb(215,90,205); }

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

border-color css

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

 span { border-color: rgb(215,90,205); }

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