#D051D4

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

Shades of Free Speech Magenta #D051D4

Tints of Free Speech Magenta #D051D4

Color information

#D051D4 (or 0xD051D4) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 51 and D4. RGB value is (208,81,212). Sum of RGB (Red+Green+Blue) = 208+81+212=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #D051D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051D4 is #2FAE2B. Grayscale: #858585. Windows color (decimal): -3124780 or 13914576. OLE color: 13914576.

HSL color Cylindrical-coordinate representation of color #D051D4: hue angle of 298.17º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D051D4 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20881212-
CMYK0.020.6200.17
HSL298.17º60.37%57.45%-
HSV(B)298.17º61.79%83.14%-
XYZ40.8424.0564.78-
YUV133.91172.08180.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=41.52%
G=16.17%
B=42.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208812120.020.6200.17298.1760.3757.45
HexD051D423E01112a3c39
Octal3201213242760214527471
Binary1101000010100011101010010111110010001100101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051D4; }

 p { color: rgb(208,81,212); }

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

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

 a { background-color: rgb(208,81,212); }

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

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

 span { border-color: rgb(208,81,212); }

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