#d82166

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

Shades of Cerise #D82166

Tints of Cerise #D82166

Color information

#D82166 (or 0xD82166) is unknown color: approx Cerise. HEX triplet: D8, 21 and 66. RGB value is (216,33,102). Sum of RGB (Red+Green+Blue) = 216+33+102=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D82166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82166 is #27DE99. Grayscale: #5F5F5F. Windows color (decimal): -2612890 or 6693336. OLE color: 6693336.

HSL color Cylindrical-coordinate representation of color #D82166: hue angle of 337.38º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82166 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21633102-
CMYK00.850.530.15
HSL337.38º73.49%48.82%-
HSV(B)337.38º84.72%84.71%-
XYZ31.2616.6514.14-
YUV95.58131.63213.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.54%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=61.54%
G=9.40%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163310200.850.530.15337.3873.4948.82
HexD8216605535F1514931
Octal330411460125651752111161
Binary1101100010000111001100101010111010111111010100011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d82166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d82166; }

 p { color: rgb(216,33,102); }

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

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

 a { background-color: rgb(216,33,102); }

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

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

 span { border-color: rgb(216,33,102); }

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