Html Css Color HEX #D75AD5 Free Speech Magenta

📋 copy color: '#D75AD5'

red 215 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Magenta #D75AD5

Tints of Free Speech Magenta #D75AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 41.51%
G = 17.37%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D75AD5 (or 0xD75AD5) is known color: Free Speech Magenta. HEX triplet: D7, 5A and D5. RGB value is (215,90,213). Sum of RGB (Red+Green+Blue) = 215+90+213=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AD5 is #28A52A. Grayscale: #8D8D8D. Windows color (decimal): -2663723 or 13982423. OLE color: 13982423.

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

Color convert

RGB 215 90 213 -
CMYK 0 0.58 0.01 0.16
HSL 300.96º 0.61% 0.6% -
HSV(B) 300.96º 0.58% 0.84% -
XYZ 43.69 26.56 65.78 -
YUV 141.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 215 90 213 0 0.58 0.01 0.16 300.96 0.61 0.6
Hex D7 5A D5 0 3A 1 10 12D 3D 3C
Octal 327 132 325 0 72 1 20 455 75 74
Binary 11010111 1011010 11010101 0 111010 1 10000 100101101 111101 111100

Color Harmonies of #D75AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AD5

Black with #D75AD5

Text Example


Text Example

White with #D75AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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