Html Css Color HEX #D75AD0 Free Speech Magenta

📋 copy color: '#D75AD0'

red 215 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Magenta #D75AD0

Tints of Free Speech Magenta #D75AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 41.91%
G = 17.54%
B = 40.55%

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

#D75AD0 (or 0xD75AD0) is known color: Free Speech Magenta. HEX triplet: D7, 5A and D0. RGB value is (215,90,208). Sum of RGB (Red+Green+Blue) = 215+90+208=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AD0 is #28A52F. Grayscale: #8C8C8C. Windows color (decimal): -2663728 or 13654743. OLE color: 13654743.

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

Color convert

RGB 215 90 208 -
CMYK 0 0.58 0.03 0.16
HSL 303.36º 0.61% 0.6% -
HSV(B) 303.36º 0.58% 0.84% -
XYZ 43.07 26.31 62.48 -
YUV 140.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 215 90 208 0 0.58 0.03 0.16 303.36 0.61 0.6
Hex D7 5A D0 0 3A 3 10 12F 3D 3C
Octal 327 132 320 0 72 3 20 457 75 74
Binary 11010111 1011010 11010000 0 111010 11 10000 100101111 111101 111100

Color Harmonies of #D75AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AD0

Black with #D75AD0

Text Example


Text Example

White with #D75AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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