#d12658

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

Shades of Cerise #D12658

Tints of Cerise #D12658

Color information

#D12658 (or 0xD12658) is unknown color: approx Cerise. HEX triplet: D1, 26 and 58. RGB value is (209,38,88). Sum of RGB (Red+Green+Blue) = 209+38+88=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D12658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12658 is #2ED9A7. Grayscale: #5E5E5E. Windows color (decimal): -3070376 or 5777105. OLE color: 5777105.

HSL color Cylindrical-coordinate representation of color #D12658: hue angle of 342.46º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12658 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2093888-
CMYK00.820.580.18
HSL342.46º69.23%48.43%-
HSV(B)342.46º81.82%81.96%-
XYZ28.7515.6510.74-
YUV94.83124.15209.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.39%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=62.39%
G=11.34%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209388800.820.580.18342.4669.2348.43
HexD126580523A121564530
Octal321461300122722252610560
Binary11010001100110101100001010010111010100101010101101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12658; }

 p { color: rgb(209,38,88); }

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

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

 a { background-color: rgb(209,38,88); }

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

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

 span { border-color: rgb(209,38,88); }

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