Html Css Color HEX #D756C5 Free Speech Magenta

📋 copy color: '#D756C5'

red 215 ◦ green 86 ◦ blue 197

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

Shades of Free Speech Magenta #D756C5

Tints of Free Speech Magenta #D756C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 43.17%
G = 17.27%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D756C5 (or 0xD756C5) is known color: Free Speech Magenta. HEX triplet: D7, 56 and C5. RGB value is (215,86,197). Sum of RGB (Red+Green+Blue) = 215+86+197=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D756C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756C5 is #28A93A. Grayscale: #888888. Windows color (decimal): -2664763 or 12932823. OLE color: 12932823.

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

Color convert

RGB 215 86 197 -
CMYK 0 0.6 0.08 0.16
HSL 308.37º 0.62% 0.59% -
HSV(B) 308.37º 0.6% 0.84% -
XYZ 41.43 25.13 55.49 -
YUV 137.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 215 86 197 0 0.6 0.08 0.16 308.37 0.62 0.59
Hex D7 56 C5 0 3C 8 10 134 3E 3B
Octal 327 126 305 0 74 10 20 464 76 73
Binary 11010111 1010110 11000101 0 111100 1000 10000 100110100 111110 111011

Color Harmonies of #D756C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756C5

Black with #D756C5

Text Example


Text Example

White with #D756C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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