#D0345E

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

Shades of Cerise #D0345E

Tints of Cerise #D0345E

Color information

#D0345E (or 0xD0345E) is unknown color: approx Cerise. HEX triplet: D0, 34 and 5E. RGB value is (208,52,94). Sum of RGB (Red+Green+Blue) = 208+52+94=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345E is #2FCBA1. Grayscale: #676767. Windows color (decimal): -3132322 or 6173904. OLE color: 6173904.

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

Color convert

RGB2085294-
CMYK00.750.550.18
HSL343.85º62.4%50.98%-
HSV(B)343.85º75%81.57%-
XYZ29.2616.6712.27-
YUV103.43122.68202.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.76%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=58.76%
G=14.69%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208529400.750.550.18343.8562.450.98
HexD0345E04B37121583e33
Octal32064136011367225307663
Binary1101000011010010111100100101111011110010101011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0345E; }

 p { color: rgb(208,52,94); }

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

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

 a { background-color: rgb(208,52,94); }

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

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

 span { border-color: rgb(208,52,94); }

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