Html Css Color HEX #D756C3 Free Speech Magenta

📋 copy color: '#D756C3'

red 215 ◦ green 86 ◦ blue 195

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

Shades of Free Speech Magenta #D756C3

Tints of Free Speech Magenta #D756C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.34%

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 43.35%
G = 17.34%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D756C3 (or 0xD756C3) is known color: Free Speech Magenta. HEX triplet: D7, 56 and C3. RGB value is (215,86,195). Sum of RGB (Red+Green+Blue) = 215+86+195=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D756C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756C3 is #28A93C. Grayscale: #888888. Windows color (decimal): -2664765 or 12801751. OLE color: 12801751.

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

Color convert

RGB 215 86 195 -
CMYK 0 0.6 0.09 0.16
HSL 309.3º 0.62% 0.59% -
HSV(B) 309.3º 0.6% 0.84% -
XYZ 41.2 25.04 54.29 -
YUV 137 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 215 86 195 0 0.6 0.09 0.16 309.3 0.62 0.59
Hex D7 56 C3 0 3C 9 10 135 3E 3B
Octal 327 126 303 0 74 11 20 465 76 73
Binary 11010111 1010110 11000011 0 111100 1001 10000 100110101 111110 111011

Color Harmonies of #D756C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756C3

Black with #D756C3

Text Example


Text Example

White with #D756C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756C3; }

 p { color: rgb(215,86,195); }

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

background-color css

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

 a { background-color: rgb(215,86,195); }

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

border-color css

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

 span { border-color: rgb(215,86,195); }

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