#D63358

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

Shades of Cerise #D63358

Tints of Cerise #D63358

Color information

#D63358 (or 0xD63358) is unknown color: approx Cerise. HEX triplet: D6, 33 and 58. RGB value is (214,51,88). Sum of RGB (Red+Green+Blue) = 214+51+88=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D63358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63358 is #29CCA7. Grayscale: #676767. Windows color (decimal): -2739368 or 5780438. OLE color: 5780438.

HSL color Cylindrical-coordinate representation of color #D63358: hue angle of 346.38º 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 #D63358 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB2145188-
CMYK00.760.590.16
HSL346.38º66.53%51.96%-
HSV(B)346.38º76.17%83.92%-
XYZ30.6817.3710.97-
YUV103.96119206.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.62%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=60.62%
G=14.45%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214518800.760.590.16346.3866.5351.96
HexD6335804C3B1015a4334
Octal326631300114732053210364
Binary11010110110011101100001001100111011100001010110101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63358; }

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

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

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

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

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

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

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

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