Html Css Color HEX #D75BCC Free Speech Magenta

📋 copy color: '#D75BCC'

red 215 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #D75BCC

Tints of Free Speech Magenta #D75BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.84%

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

R = 42.16%
G = 17.84%
B = 40%

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

#D75BCC (or 0xD75BCC) is known color: Free Speech Magenta. HEX triplet: D7, 5B and CC. RGB value is (215,91,204). Sum of RGB (Red+Green+Blue) = 215+91+204=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75BCC is #28A433. Grayscale: #8C8C8C. Windows color (decimal): -2663476 or 13392855. OLE color: 13392855.

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

Color convert

RGB 215 91 204 -
CMYK 0 0.58 0.05 0.16
HSL 305.32º 0.61% 0.6% -
HSV(B) 305.32º 0.58% 0.84% -
XYZ 42.66 26.29 59.95 -
YUV 140.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 215 91 204 0 0.58 0.05 0.16 305.32 0.61 0.6
Hex D7 5B CC 0 3A 5 10 131 3D 3C
Octal 327 133 314 0 72 5 20 461 75 74
Binary 11010111 1011011 11001100 0 111010 101 10000 100110001 111101 111100

Color Harmonies of #D75BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75BCC

Black with #D75BCC

Text Example


Text Example

White with #D75BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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