Html Css Color HEX #D75DCA Free Speech Magenta

📋 copy color: '#D75DCA'

red 215 ◦ green 93 ◦ blue 202

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

Shades of Free Speech Magenta #D75DCA

Tints of Free Speech Magenta #D75DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.24%

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 42.16%
G = 18.24%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D75DCA (or 0xD75DCA) is known color: Free Speech Magenta. HEX triplet: D7, 5D and CA. RGB value is (215,93,202). Sum of RGB (Red+Green+Blue) = 215+93+202=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DCA is #28A235. Grayscale: #8D8D8D. Windows color (decimal): -2662966 or 13262295. OLE color: 13262295.

HSL color Cylindrical-coordinate representation of color #D75DCA: hue angle of 306.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75DCA is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 202 -
CMYK 0 0.57 0.06 0.16
HSL 306.39º 0.6% 0.6% -
HSV(B) 306.39º 0.57% 0.84% -
XYZ 42.6 26.54 58.75 -
YUV 141.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 215 93 202 0 0.57 0.06 0.16 306.39 0.6 0.6
Hex D7 5D CA 0 39 6 10 132 3C 3C
Octal 327 135 312 0 71 6 20 462 74 74
Binary 11010111 1011101 11001010 0 111001 110 10000 100110010 111100 111100

Color Harmonies of #D75DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DCA

Black with #D75DCA

Text Example


Text Example

White with #D75DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DCA; }

 p { color: rgb(215,93,202); }

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

background-color css

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

 a { background-color: rgb(215,93,202); }

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

border-color css

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

 span { border-color: rgb(215,93,202); }

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