Html Css Color HEX #D75ADD Free Speech Magenta

📋 copy color: '#D75ADD'

red 215 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #D75ADD

Tints of Free Speech Magenta #D75ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 40.87%
G = 17.11%
B = 42.02%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D75ADD (or 0xD75ADD) is known color: Free Speech Magenta. HEX triplet: D7, 5A and DD. RGB value is (215,90,221). Sum of RGB (Red+Green+Blue) = 215+90+221=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #D75ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ADD is #28A522. Grayscale: #8D8D8D. Windows color (decimal): -2663715 or 14506711. OLE color: 14506711.

HSL color Cylindrical-coordinate representation of color #D75ADD: hue angle of 297.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75ADD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 90 221 -
CMYK 0.03 0.59 0 0.13
HSL 297.25º 0.66% 0.61% -
HSV(B) 297.25º 0.59% 0.87% -
XYZ 44.73 26.98 71.26 -
YUV 142.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 215 90 221 0.03 0.59 0 0.13 297.25 0.66 0.61
Hex D7 5A DD 3 3B 0 D 129 42 3D
Octal 327 132 335 3 73 0 15 451 102 75
Binary 11010111 1011010 11011101 11 111011 0 1101 100101001 1000010 111101

Color Harmonies of #D75ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ADD

Black with #D75ADD

Text Example


Text Example

White with #D75ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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