#D63855

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

Shades of Cerise #D63855

Tints of Cerise #D63855

Color information

#D63855 (or 0xD63855) is unknown color: approx Cerise. HEX triplet: D6, 38 and 55. RGB value is (214,56,85). Sum of RGB (Red+Green+Blue) = 214+56+85=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D63855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63855 is #29C7AA. Grayscale: #6A6A6A. Windows color (decimal): -2738091 or 5585110. OLE color: 5585110.

HSL color Cylindrical-coordinate representation of color #D63855: hue angle of 348.99º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63855 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2145685-
CMYK00.740.600.16
HSL348.99º65.83%52.94%-
HSV(B)348.99º73.83%83.92%-
XYZ30.7917.7810.4-
YUV106.55115.85204.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.28%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=60.28%
G=15.77%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214568500.740.600.16348.9965.8352.94
HexD6385504A3C1015d4235
Octal326701250112742053510265
Binary11010110111000101010101001010111100100001010111011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63855; }

 p { color: rgb(214,56,85); }

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

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

 a { background-color: rgb(214,56,85); }

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

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

 span { border-color: rgb(214,56,85); }

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