#D248D5

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

Shades of Free Speech Magenta #D248D5

Tints of Free Speech Magenta #D248D5

Color information

#D248D5 (or 0xD248D5) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 48 and D5. RGB value is (210,72,213). Sum of RGB (Red+Green+Blue) = 210+72+213=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #D248D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248D5 is #2DB72A. Grayscale: #808080. Windows color (decimal): -2996011 or 13977810. OLE color: 13977810.

HSL color Cylindrical-coordinate representation of color #D248D5: hue angle of 298.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248D5 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21072213-
CMYK0.010.6600.16
HSL298.72º62.67%55.88%-
HSV(B)298.72º66.2%83.53%-
XYZ40.9123.1465.26-
YUV129.34175.22185.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 72 (28.52% from 255) = 14.55%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=42.42%
G=14.55%
B=43.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210722130.010.6600.16298.7262.6755.88
HexD248D514201012b3f38
Octal32211032511020204537770
Binary1101001010010001101010111000010010000100101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D248D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D248D5; }

 p { color: rgb(210,72,213); }

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

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

 a { background-color: rgb(210,72,213); }

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

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

 span { border-color: rgb(210,72,213); }

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