#d32666

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

Shades of Cerise #D32666

Tints of Cerise #D32666

Color information

#D32666 (or 0xD32666) is unknown color: approx Cerise. HEX triplet: D3, 26 and 66. RGB value is (211,38,102). Sum of RGB (Red+Green+Blue) = 211+38+102=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D32666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32666 is #2CD999. Grayscale: #606060. Windows color (decimal): -2939290 or 6694611. OLE color: 6694611.

HSL color Cylindrical-coordinate representation of color #D32666: hue angle of 337.8º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32666 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21138102-
CMYK00.820.520.17
HSL337.8º69.48%48.82%-
HSV(B)337.8º81.99%82.75%-
XYZ29.9616.1914.12-
YUV97.02130.81209.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.11%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=60.11%
G=10.83%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113810200.820.520.17337.869.4848.82
HexD3266605234111524531
Octal323461460122642152210561
Binary11010011100110110011001010010110100100011010100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32666; }

 p { color: rgb(211,38,102); }

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

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

 a { background-color: rgb(211,38,102); }

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

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

 span { border-color: rgb(211,38,102); }

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