#D63E6B

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

Shades of Cerise #D63E6B

Tints of Cerise #D63E6B

Color information

#D63E6B (or 0xD63E6B) is unknown color: approx Cerise. HEX triplet: D6, 3E and 6B. RGB value is (214,62,107). Sum of RGB (Red+Green+Blue) = 214+62+107=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E6B is #29C194. Grayscale: #707070. Windows color (decimal): -2736533 or 7028438. OLE color: 7028438.

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

Color convert

RGB21462107-
CMYK00.710.500.16
HSL342.24º64.96%54.12%-
HSV(B)342.24º71.03%83.92%-
XYZ32.1118.815.85-
YUV112.58124.86200.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=55.87%
G=16.19%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146210700.710.500.16342.2464.9654.12
HexD63E6B04732101564136
Octal326761530107622052610166
Binary11010110111110110101101000111110010100001010101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63E6B; }

 p { color: rgb(214,62,107); }

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

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

 a { background-color: rgb(214,62,107); }

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

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

 span { border-color: rgb(214,62,107); }

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