#D63471

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

Shades of Cerise #D63471

Tints of Cerise #D63471

Color information

#D63471 (or 0xD63471) is unknown color: approx Cerise. HEX triplet: D6, 34 and 71. RGB value is (214,52,113). Sum of RGB (Red+Green+Blue) = 214+52+113=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63471 is #29CB8E. Grayscale: #6B6B6B. Windows color (decimal): -2739087 or 7419094. OLE color: 7419094.

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

Color convert

RGB21452113-
CMYK00.760.470.16
HSL337.41º66.39%52.16%-
HSV(B)337.41º75.7%83.92%-
XYZ31.9417.9417.4-
YUV107.39131.17204.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=56.46%
G=13.72%
B=29.82%

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
Decimal2145211300.760.470.16337.4166.3952.16
HexD6347104C2F101514234
Octal326641610114572052110264
Binary11010110110100111000101001100101111100001010100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63471; }

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

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

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

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

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

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

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

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