Html Css Color HEX #D636D9 Free Speech Magenta

📋 copy color: '#D636D9'

red 214 ◦ green 54 ◦ blue 217

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

Shades of Free Speech Magenta #D636D9

Tints of Free Speech Magenta #D636D9

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

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

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

R = 44.12%
G = 11.13%
B = 44.74%

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

#D636D9 (or 0xD636D9) is known color: Free Speech Magenta. HEX triplet: D6, 36 and D9. RGB value is (214,54,217). Sum of RGB (Red+Green+Blue) = 214+54+217=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #D636D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636D9 is #29C926. Grayscale: #777777. Windows color (decimal): -2738471 or 14235350. OLE color: 14235350.

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

Color convert

RGB 214 54 217 -
CMYK 0.01 0.75 0 0.15
HSL 298.9º 0.68% 0.53% -
HSV(B) 298.9º 0.75% 0.85% -
XYZ 41.58 21.94 67.69 -
YUV 120.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 214 54 217 0.01 0.75 0 0.15 298.9 0.68 0.53
Hex D6 36 D9 1 4B 0 F 12B 44 35
Octal 326 66 331 1 113 0 17 453 104 65
Binary 11010110 110110 11011001 1 1001011 0 1111 100101011 1000100 110101

Color Harmonies of #D636D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636D9

Black with #D636D9

Text Example


Text Example

White with #D636D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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