#D63359

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

Shades of Cerise #D63359

Tints of Cerise #D63359

Color information

#D63359 (or 0xD63359) is unknown color: approx Cerise. HEX triplet: D6, 33 and 59. RGB value is (214,51,89). Sum of RGB (Red+Green+Blue) = 214+51+89=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63359 is #29CCA6. Grayscale: #686868. Windows color (decimal): -2739367 or 5845974. OLE color: 5845974.

HSL color Cylindrical-coordinate representation of color #D63359: hue angle of 346.01º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63359 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2145189-
CMYK00.760.580.16
HSL346.01º66.53%51.96%-
HSV(B)346.01º76.17%83.92%-
XYZ30.7217.3911.19-
YUV104.07119.5206.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.45%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=60.45%
G=14.41%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214518900.760.580.16346.0166.5351.96
HexD6335904C3A1015a4334
Octal326631310114722053210364
Binary11010110110011101100101001100111010100001010110101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63359; }

 p { color: rgb(214,51,89); }

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

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

 a { background-color: rgb(214,51,89); }

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

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

 span { border-color: rgb(214,51,89); }

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