#D13C6A

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

Shades of Cerise #D13C6A

Tints of Cerise #D13C6A

Color information

#D13C6A (or 0xD13C6A) is unknown color: approx Cerise. HEX triplet: D1, 3C and 6A. RGB value is (209,60,106). Sum of RGB (Red+Green+Blue) = 209+60+106=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C6A is #2EC395. Grayscale: #6D6D6D. Windows color (decimal): -3064726 or 6962385. OLE color: 6962385.

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

Color convert

RGB20960106-
CMYK00.710.490.18
HSL341.48º61.83%52.75%-
HSV(B)341.48º71.29%81.96%-
XYZ30.5117.8315.47-
YUV109.8125.86198.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=55.73%
G=16%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096010600.710.490.18341.4861.8352.75
HexD13C6A04731121553e35
Octal32174152010761225257665
Binary1101000111110011010100100011111000110010101010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C6A; }

 p { color: rgb(209,60,106); }

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

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

 a { background-color: rgb(209,60,106); }

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

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

 span { border-color: rgb(209,60,106); }

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