#D25ECB

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

Shades of Free Speech Magenta #D25ECB

Tints of Free Speech Magenta #D25ECB

Color information

#D25ECB (or 0xD25ECB) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5E and CB. RGB value is (210,94,203). Sum of RGB (Red+Green+Blue) = 210+94+203=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ECB is #2DA134. Grayscale: #8C8C8C. Windows color (decimal): -2990389 or 13328082. OLE color: 13328082.

HSL color Cylindrical-coordinate representation of color #D25ECB: hue angle of 303.62º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25ECB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB21094203-
CMYK00.550.030.18
HSL303.62º56.31%59.61%-
HSV(B)303.62º55.24%82.35%-
XYZ41.3626.0259.34-
YUV141.11162.93177.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=41.42%
G=18.54%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109420300.550.030.18303.6256.3159.61
HexD25ECB037312130383c
Octal3221363130673224607074
Binary1101001010111101100101101101111110010100110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25ECB; }

 p { color: rgb(210,94,203); }

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

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

 a { background-color: rgb(210,94,203); }

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

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

 span { border-color: rgb(210,94,203); }

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