#D637D7

Color #D637D7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D637D7

Tints of Free Speech Magenta #D637D7

Color information

#D637D7 (or 0xD637D7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 37 and D7. RGB value is (214,55,215). Sum of RGB (Red+Green+Blue) = 214+55+215=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #D637D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637D7 is #29C828. Grayscale: #787878. Windows color (decimal): -2738217 or 14104534. OLE color: 14104534.

HSL color Cylindrical-coordinate representation of color #D637D7: hue angle of 299.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D637D7 is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21455215-
CMYK0.000.7400.16
HSL299.62º66.67%52.94%-
HSV(B)299.62º74.42%84.31%-
XYZ41.3621.9366.34-
YUV120.78181.18194.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 55 (21.88% from 255) = 11.36%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=44.21%
G=11.36%
B=44.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214552150.000.7400.16299.6266.6752.94
HexD637D704A01012c4335
Octal32667327011202045410365
Binary1101011011011111010111010010100100001001011001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D637D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D637D7; }

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

 H1.HeaderClassName
 {
   color: #D637D7;
 }
 .AnyTagClassName
 {
   color: #D637D7;
 }
</style>
background-color css

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

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

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

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

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

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