Html Css Color HEX #D736D6 Free Speech Magenta

📋 copy color: '#D736D6'

red 215 ◦ green 54 ◦ blue 214

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

Shades of Free Speech Magenta #D736D6

Tints of Free Speech Magenta #D736D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 44.51%
G = 11.18%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D736D6 (or 0xD736D6) is known color: Free Speech Magenta. HEX triplet: D7, 36 and D6. RGB value is (215,54,214). Sum of RGB (Red+Green+Blue) = 215+54+214=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D736D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736D6 is #28C929. Grayscale: #777777. Windows color (decimal): -2672938 or 14038743. OLE color: 14038743.

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

Color convert

RGB 215 54 214 -
CMYK 0 0.75 0.00 0.16
HSL 300.37º 0.67% 0.53% -
HSV(B) 300.37º 0.75% 0.84% -
XYZ 41.48 21.94 65.67 -
YUV 120.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 215 54 214 0 0.75 0.00 0.16 300.37 0.67 0.53
Hex D7 36 D6 0 4B 0 10 12C 43 35
Octal 327 66 326 0 113 0 20 454 103 65
Binary 11010111 110110 11010110 0 1001011 0 10000 100101100 1000011 110101

Color Harmonies of #D736D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736D6

Black with #D736D6

Text Example


Text Example

White with #D736D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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