Html Css Color HEX #D75ADA Free Speech Magenta

📋 copy color: '#D75ADA'

red 215 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #D75ADA

Tints of Free Speech Magenta #D75ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 41.11%
G = 17.21%
B = 41.68%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D75ADA (or 0xD75ADA) is known color: Free Speech Magenta. HEX triplet: D7, 5A and DA. RGB value is (215,90,218). Sum of RGB (Red+Green+Blue) = 215+90+218=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #D75ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ADA is #28A525. Grayscale: #8D8D8D. Windows color (decimal): -2663718 or 14310103. OLE color: 14310103.

HSL color Cylindrical-coordinate representation of color #D75ADA: hue angle of 298.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75ADA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 90 218 -
CMYK 0.01 0.59 0 0.15
HSL 298.59º 0.63% 0.6% -
HSV(B) 298.59º 0.59% 0.85% -
XYZ 44.34 26.82 69.17 -
YUV 141.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 215 90 218 0.01 0.59 0 0.15 298.59 0.63 0.6
Hex D7 5A DA 1 3B 0 F 12B 3F 3C
Octal 327 132 332 1 73 0 17 453 77 74
Binary 11010111 1011010 11011010 1 111011 0 1111 100101011 111111 111100

Color Harmonies of #D75ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ADA

Black with #D75ADA

Text Example


Text Example

White with #D75ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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