#D1306C

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

Shades of Cerise #D1306C

Tints of Cerise #D1306C

Color information

#D1306C (or 0xD1306C) is unknown color: approx Cerise. HEX triplet: D1, 30 and 6C. RGB value is (209,48,108). Sum of RGB (Red+Green+Blue) = 209+48+108=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1306C is #2ECF93. Grayscale: #666666. Windows color (decimal): -3067796 or 7090385. OLE color: 7090385.

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

Color convert

RGB20948108-
CMYK00.770.480.18
HSL337.64º63.64%50.39%-
HSV(B)337.64º77.03%81.96%-
XYZ30.0616.7515.84-
YUV102.98130.84203.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 48 (19.14% from 255) = 13.15%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=57.26%
G=13.15%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094810800.770.480.18337.6463.6450.39
HexD1306C04D30121524032
Octal321601540115602252210062
Binary11010001110000110110001001101110000100101010100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1306C; }

 p { color: rgb(209,48,108); }

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

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

 a { background-color: rgb(209,48,108); }

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

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

 span { border-color: rgb(209,48,108); }

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