#D6416C

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

Shades of Cerise #D6416C

Tints of Cerise #D6416C

Color information

#D6416C (or 0xD6416C) is unknown color: approx Cerise. HEX triplet: D6, 41 and 6C. RGB value is (214,65,108). Sum of RGB (Red+Green+Blue) = 214+65+108=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6416C is #29BE93. Grayscale: #727272. Windows color (decimal): -2735764 or 7094742. OLE color: 7094742.

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

Color convert

RGB21465108-
CMYK00.700.500.16
HSL342.68º64.5%54.71%-
HSV(B)342.68º69.63%83.92%-
XYZ32.3319.1616.18-
YUV114.45124.36199-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.30%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=55.30%
G=16.80%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146510800.700.500.16342.6864.554.71
HexD6416C04632101574137
Octal3261011540106622052710167
Binary110101101000001110110001000110110010100001010101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6416C; }

 p { color: rgb(214,65,108); }

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

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

 a { background-color: rgb(214,65,108); }

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

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

 span { border-color: rgb(214,65,108); }

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