Html Css Color HEX #D637DD Free Speech Magenta

📋 copy color: '#D637DD'

red 214 ◦ green 55 ◦ blue 221

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

Shades of Free Speech Magenta #D637DD

Tints of Free Speech Magenta #D637DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.22%

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

R = 43.67%
G = 11.22%
B = 45.1%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D637DD (or 0xD637DD) is known color: Free Speech Magenta. HEX triplet: D6, 37 and DD. RGB value is (214,55,221). Sum of RGB (Red+Green+Blue) = 214+55+221=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #D637DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637DD is #29C822. Grayscale: #787878. Windows color (decimal): -2738211 or 14497750. OLE color: 14497750.

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

Color convert

RGB 214 55 221 -
CMYK 0.03 0.75 0 0.13
HSL 297.47º 0.71% 0.54% -
HSV(B) 297.47º 0.75% 0.87% -
XYZ 42.15 22.25 70.48 -
YUV 121.47 184.18 194 -
System Red Green Blue C M Y K H S L
Decimal 214 55 221 0.03 0.75 0 0.13 297.47 0.71 0.54
Hex D6 37 DD 3 4B 0 D 129 47 36
Octal 326 67 335 3 113 0 15 451 107 66
Binary 11010110 110111 11011101 11 1001011 0 1101 100101001 1000111 110110

Color Harmonies of #D637DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637DD

Black with #D637DD

Text Example


Text Example

White with #D637DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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