#D13D67

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

Shades of Cerise #D13D67

Tints of Cerise #D13D67

Color information

#D13D67 (or 0xD13D67) is unknown color: approx Cerise. HEX triplet: D1, 3D and 67. RGB value is (209,61,103). Sum of RGB (Red+Green+Blue) = 209+61+103=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D67 is #2EC298. Grayscale: #6E6E6E. Windows color (decimal): -3064473 or 6766033. OLE color: 6766033.

HSL color Cylindrical-coordinate representation of color #D13D67: hue angle of 342.97º 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 #D13D67 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20961103-
CMYK00.710.510.18
HSL342.97º61.67%52.94%-
HSV(B)342.97º70.81%81.96%-
XYZ30.4117.8714.68-
YUV110.04124.03198.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=56.03%
G=16.35%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096110300.710.510.18342.9761.6752.94
HexD13D6704733121573e35
Octal32175147010763225277665
Binary1101000111110111001110100011111001110010101010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D67; }

 p { color: rgb(209,61,103); }

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

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

 a { background-color: rgb(209,61,103); }

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

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

 span { border-color: rgb(209,61,103); }

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