#D454D5

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

Shades of Free Speech Magenta #D454D5

Tints of Free Speech Magenta #D454D5

Color information

#D454D5 (or 0xD454D5) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 54 and D5. RGB value is (212,84,213). Sum of RGB (Red+Green+Blue) = 212+84+213=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #D454D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454D5 is #2BAB2A. Grayscale: #888888. Windows color (decimal): -2861867 or 13980884. OLE color: 13980884.

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

Color convert

RGB21284213-
CMYK0.000.6100.16
HSL299.53º60.56%58.24%-
HSV(B)299.53º60.56%83.53%-
XYZ42.3325.1465.57-
YUV136.98170.91181.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 84 (33.20% from 255) = 16.50%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=41.65%
G=16.50%
B=41.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212842130.000.6100.16299.5360.5658.24
HexD454D503D01012c3d3a
Octal3241243250750204547572
Binary110101001010100110101010111101010000100101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D454D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D454D5; }

 p { color: rgb(212,84,213); }

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

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

 a { background-color: rgb(212,84,213); }

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

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

 span { border-color: rgb(212,84,213); }

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