#D13A5A

Color #D13A5A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D13A5A

Tints of Cerise #D13A5A

Color information

#D13A5A (or 0xD13A5A) is unknown color: approx Cerise. HEX triplet: D1, 3A and 5A. RGB value is (209,58,90). Sum of RGB (Red+Green+Blue) = 209+58+90=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A5A is #2EC5A5. Grayscale: #6A6A6A. Windows color (decimal): -3065254 or 5913297. OLE color: 5913297.

HSL color Cylindrical-coordinate representation of color #D13A5A: hue angle of 347.28º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A5A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2095890-
CMYK00.720.570.18
HSL347.28º62.14%52.35%-
HSV(B)347.28º72.25%81.96%-
XYZ29.6517.3211.45-
YUV106.8118.53200.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=58.54%
G=16.25%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209589000.720.570.18347.2862.1452.35
HexD13A5A048391215b3e34
Octal32172132011071225337664
Binary1101000111101010110100100100011100110010101011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A5A; }

 p { color: rgb(209,58,90); }

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

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

 a { background-color: rgb(209,58,90); }

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

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

 span { border-color: rgb(209,58,90); }

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