Html Css Color HEX #D636DD Free Speech Magenta

📋 copy color: '#D636DD'

red 214 ◦ green 54 ◦ blue 221

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

Shades of Free Speech Magenta #D636DD

Tints of Free Speech Magenta #D636DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 43.76%
G = 11.04%
B = 45.19%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D636DD (or 0xD636DD) is known color: Free Speech Magenta. HEX triplet: D6, 36 and DD. RGB value is (214,54,221). Sum of RGB (Red+Green+Blue) = 214+54+221=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D636DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636DD is #29C922. Grayscale: #787878. Windows color (decimal): -2738467 or 14497494. OLE color: 14497494.

HSL color Cylindrical-coordinate representation of color #D636DD: hue angle of 297.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D636DD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 54 221 -
CMYK 0.03 0.76 0 0.13
HSL 297.49º 0.71% 0.54% -
HSV(B) 297.49º 0.76% 0.87% -
XYZ 42.1 22.15 70.46 -
YUV 120.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 214 54 221 0.03 0.76 0 0.13 297.49 0.71 0.54
Hex D6 36 DD 3 4C 0 D 129 47 36
Octal 326 66 335 3 114 0 15 451 107 66
Binary 11010110 110110 11011101 11 1001100 0 1101 100101001 1000111 110110

Color Harmonies of #D636DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636DD

Black with #D636DD

Text Example


Text Example

White with #D636DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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