#D0295C

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

Shades of Cerise #D0295C

Tints of Cerise #D0295C

Color information

#D0295C (or 0xD0295C) is unknown color: approx Cerise. HEX triplet: D0, 29 and 5C. RGB value is (208,41,92). Sum of RGB (Red+Green+Blue) = 208+41+92=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0295C is #2FD6A3. Grayscale: #606060. Windows color (decimal): -3135140 or 6040016. OLE color: 6040016.

HSL color Cylindrical-coordinate representation of color #D0295C: hue angle of 341.68º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0295C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2084192-
CMYK00.800.560.18
HSL341.68º67.07%48.82%-
HSV(B)341.68º80.29%81.57%-
XYZ28.7415.7711.65-
YUV96.75125.33207.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=61.00%
G=12.02%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208419200.800.560.18341.6867.0748.82
HexD0295C05038121564331
Octal320511340120702252610361
Binary11010000101001101110001010000111000100101010101101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0295C; }

 p { color: rgb(208,41,92); }

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

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

 a { background-color: rgb(208,41,92); }

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

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

 span { border-color: rgb(208,41,92); }

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