Html Css Color HEX #D75AD1 Free Speech Magenta

📋 copy color: '#D75AD1'

red 215 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #D75AD1

Tints of Free Speech Magenta #D75AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.66%

R = 41.83%
G = 17.51%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D75AD1 (or 0xD75AD1) is known color: Free Speech Magenta. HEX triplet: D7, 5A and D1. RGB value is (215,90,209). Sum of RGB (Red+Green+Blue) = 215+90+209=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AD1 is #28A52E. Grayscale: #8C8C8C. Windows color (decimal): -2663727 or 13720279. OLE color: 13720279.

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

Color convert

RGB 215 90 209 -
CMYK 0 0.58 0.03 0.16
HSL 302.88º 0.61% 0.6% -
HSV(B) 302.88º 0.58% 0.84% -
XYZ 43.19 26.36 63.13 -
YUV 140.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 215 90 209 0 0.58 0.03 0.16 302.88 0.61 0.6
Hex D7 5A D1 0 3A 3 10 12F 3D 3C
Octal 327 132 321 0 72 3 20 457 75 74
Binary 11010111 1011010 11010001 0 111010 11 10000 100101111 111101 111100

Color Harmonies of #D75AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AD1

Black with #D75AD1

Text Example


Text Example

White with #D75AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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