Html Css Color HEX #D836D6 Free Speech Magenta

📋 copy color: '#D836D6'

red 216 ◦ green 54 ◦ blue 214

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

Shades of Free Speech Magenta #D836D6

Tints of Free Speech Magenta #D836D6

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 11.16%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D836D6 (or 0xD836D6) is known color: Free Speech Magenta. HEX triplet: D8, 36 and D6. RGB value is (216,54,214). Sum of RGB (Red+Green+Blue) = 216+54+214=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D836D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836D6 is #27C929. Grayscale: #787878. Windows color (decimal): -2607402 or 14038744. OLE color: 14038744.

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

Color convert

RGB 216 54 214 -
CMYK 0 0.75 0.01 0.15
HSL 300.74º 0.68% 0.53% -
HSV(B) 300.74º 0.75% 0.85% -
XYZ 41.78 22.09 65.68 -
YUV 120.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 216 54 214 0 0.75 0.01 0.15 300.74 0.68 0.53
Hex D8 36 D6 0 4B 1 F 12D 44 35
Octal 330 66 326 0 113 1 17 455 104 65
Binary 11011000 110110 11010110 0 1001011 1 1111 100101101 1000100 110101

Color Harmonies of #D836D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836D6

Black with #D836D6

Text Example


Text Example

White with #D836D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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