Html Css Color HEX #D736D9 Free Speech Magenta

📋 copy color: '#D736D9'

red 215 ◦ green 54 ◦ blue 217

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

Shades of Free Speech Magenta #D736D9

Tints of Free Speech Magenta #D736D9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.11%

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 44.24%
G = 11.11%
B = 44.65%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D736D9 (or 0xD736D9) is known color: Free Speech Magenta. HEX triplet: D7, 36 and D9. RGB value is (215,54,217). Sum of RGB (Red+Green+Blue) = 215+54+217=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #D736D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736D9 is #28C926. Grayscale: #787878. Windows color (decimal): -2672935 or 14235351. OLE color: 14235351.

HSL color Cylindrical-coordinate representation of color #D736D9: hue angle of 299.26º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736D9 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 54 217 -
CMYK 0.01 0.75 0 0.15
HSL 299.26º 0.68% 0.53% -
HSV(B) 299.26º 0.75% 0.85% -
XYZ 41.87 22.1 67.7 -
YUV 120.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 215 54 217 0.01 0.75 0 0.15 299.26 0.68 0.53
Hex D7 36 D9 1 4B 0 F 12B 44 35
Octal 327 66 331 1 113 0 17 453 104 65
Binary 11010111 110110 11011001 1 1001011 0 1111 100101011 1000100 110101

Color Harmonies of #D736D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736D9

Black with #D736D9

Text Example


Text Example

White with #D736D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736D9; }

 p { color: rgb(215,54,217); }

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

background-color css

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

 a { background-color: rgb(215,54,217); }

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

border-color css

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

 span { border-color: rgb(215,54,217); }

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