Html Css Color HEX #D75ACC Free Speech Magenta

📋 copy color: '#D75ACC'

red 215 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #D75ACC

Tints of Free Speech Magenta #D75ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 42.24%
G = 17.68%
B = 40.08%

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

#D75ACC (or 0xD75ACC) is known color: Free Speech Magenta. HEX triplet: D7, 5A and CC. RGB value is (215,90,204). Sum of RGB (Red+Green+Blue) = 215+90+204=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ACC is #28A533. Grayscale: #8C8C8C. Windows color (decimal): -2663732 or 13392599. OLE color: 13392599.

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

Color convert

RGB 215 90 204 -
CMYK 0 0.58 0.05 0.16
HSL 305.28º 0.61% 0.6% -
HSV(B) 305.28º 0.58% 0.84% -
XYZ 42.58 26.12 59.92 -
YUV 140.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 215 90 204 0 0.58 0.05 0.16 305.28 0.61 0.6
Hex D7 5A CC 0 3A 5 10 131 3D 3C
Octal 327 132 314 0 72 5 20 461 75 74
Binary 11010111 1011010 11001100 0 111010 101 10000 100110001 111101 111100

Color Harmonies of #D75ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ACC

Black with #D75ACC

Text Example


Text Example

White with #D75ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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