#D438DB

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

Shades of Free Speech Magenta #D438DB

Tints of Free Speech Magenta #D438DB

Color information

#D438DB (or 0xD438DB) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 38 and DB. RGB value is (212,56,219). Sum of RGB (Red+Green+Blue) = 212+56+219=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D438DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438DB is #2BC724. Grayscale: #787878. Windows color (decimal): -2869029 or 14366932. OLE color: 14366932.

HSL color Cylindrical-coordinate representation of color #D438DB: hue angle of 297.42º 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 #D438DB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21256219-
CMYK0.030.7400.14
HSL297.42º69.36%53.92%-
HSV(B)297.42º74.43%85.88%-
XYZ41.3521.9469.07-
YUV121.23183.18192.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 56 (22.27% from 255) = 11.50%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=43.53%
G=11.50%
B=44.97%

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
Decimal212562190.030.7400.14297.4269.3653.92
HexD438DB34A0E1294536
Octal32470333311201645110566
Binary1101010011100011011011111001010011101001010011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D438DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D438DB; }

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

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

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

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

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

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

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

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