#D63B58

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

Shades of Cerise #D63B58

Tints of Cerise #D63B58

Color information

#D63B58 (or 0xD63B58) is unknown color: approx Cerise. HEX triplet: D6, 3B and 58. RGB value is (214,59,88). Sum of RGB (Red+Green+Blue) = 214+59+88=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63B58 is #29C4A7. Grayscale: #6C6C6C. Windows color (decimal): -2737320 or 5782486. OLE color: 5782486.

HSL color Cylindrical-coordinate representation of color #D63B58: hue angle of 348.77º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63B58 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB2145988-
CMYK00.720.590.16
HSL348.77º65.4%53.53%-
HSV(B)348.77º72.43%83.92%-
XYZ31.0618.1311.09-
YUV108.65116.35203.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=59.28%
G=16.34%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214598800.720.590.16348.7765.453.53
HexD63B580483B1015d4136
Octal326731300110732053510166
Binary11010110111011101100001001000111011100001010111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63B58; }

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

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

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

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

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

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

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

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