#D63371

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

Shades of Cerise #D63371

Tints of Cerise #D63371

Color information

#D63371 (or 0xD63371) is unknown color: approx Cerise. HEX triplet: D6, 33 and 71. RGB value is (214,51,113). Sum of RGB (Red+Green+Blue) = 214+51+113=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D63371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63371 is #29CC8E. Grayscale: #6A6A6A. Windows color (decimal): -2739343 or 7418838. OLE color: 7418838.

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

Color convert

RGB21451113-
CMYK00.760.470.16
HSL337.18º66.53%51.96%-
HSV(B)337.18º76.17%83.92%-
XYZ31.917.8617.39-
YUV106.8131.5204.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.61%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=56.61%
G=13.49%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145111300.760.470.16337.1866.5351.96
HexD6337104C2F101514334
Octal326631610114572052110364
Binary11010110110011111000101001100101111100001010100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63371; }

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

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

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

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

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

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

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

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