#D538DB

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

Shades of Free Speech Magenta #D538DB

Tints of Free Speech Magenta #D538DB

Color information

#D538DB (or 0xD538DB) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 38 and DB. RGB value is (213,56,219). Sum of RGB (Red+Green+Blue) = 213+56+219=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D538DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538DB is #2AC724. Grayscale: #797979. Windows color (decimal): -2803493 or 14366933. OLE color: 14366933.

HSL color Cylindrical-coordinate representation of color #D538DB: hue angle of 297.79º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538DB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21356219-
CMYK0.030.7400.14
HSL297.79º69.36%53.92%-
HSV(B)297.79º74.43%85.88%-
XYZ41.6422.0969.09-
YUV121.52183.01193.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 56 (22.27% from 255) = 11.48%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=43.65%
G=11.48%
B=44.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213562190.030.7400.14297.7969.3653.92
HexD538DB34A0E12a4536
Octal32570333311201645210566
Binary1101010111100011011011111001010011101001010101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538DB; }

 p { color: rgb(213,56,219); }

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

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

 a { background-color: rgb(213,56,219); }

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

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

 span { border-color: rgb(213,56,219); }

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