#D152E1

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

Shades of Free Speech Magenta #D152E1

Tints of Free Speech Magenta #D152E1

Color information

#D152E1 (or 0xD152E1) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 52 and E1. RGB value is (209,82,225). Sum of RGB (Red+Green+Blue) = 209+82+225=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #D152E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152E1 is #2EAD1E. Grayscale: #878787. Windows color (decimal): -3058975 or 14766801. OLE color: 14766801.

HSL color Cylindrical-coordinate representation of color #D152E1: hue angle of 293.29º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D152E1 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20982225-
CMYK0.070.6400.12
HSL293.29º70.44%60.2%-
HSV(B)293.29º63.56%88.24%-
XYZ42.925.0373.8-
YUV136.28178.08179.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 82 (32.42% from 255) = 15.89%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=40.50%
G=15.89%
B=43.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209822250.070.6400.12293.2970.4460.2
HexD152E17400C125463c
Octal321122341710001444510674
Binary110100011010010111000011111000000011001001001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D152E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D152E1; }

 p { color: rgb(209,82,225); }

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

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

 a { background-color: rgb(209,82,225); }

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

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

 span { border-color: rgb(209,82,225); }

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