Html Css Color HEX #D736D7 Free Speech Magenta

📋 copy color: '#D736D7'

red 215 ◦ green 54 ◦ blue 215

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

Shades of Free Speech Magenta #D736D7

Tints of Free Speech Magenta #D736D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 44.42%
G = 11.16%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D736D7 (or 0xD736D7) is known color: Free Speech Magenta. HEX triplet: D7, 36 and D7. RGB value is (215,54,215). Sum of RGB (Red+Green+Blue) = 215+54+215=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D736D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736D7 is #28C928. Grayscale: #787878. Windows color (decimal): -2672937 or 14104279. OLE color: 14104279.

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

Color convert

RGB 215 54 215 -
CMYK 0 0.75 0 0.16
HSL 300º 0.67% 0.53% -
HSV(B) 300º 0.75% 0.84% -
XYZ 41.61 21.99 66.34 -
YUV 120.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 215 54 215 0 0.75 0 0.16 300 0.67 0.53
Hex D7 36 D7 0 4B 0 10 12C 43 35
Octal 327 66 327 0 113 0 20 454 103 65
Binary 11010111 110110 11010111 0 1001011 0 10000 100101100 1000011 110101

Color Harmonies of #D736D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736D7

Black with #D736D7

Text Example


Text Example

White with #D736D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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