#D9366A

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

Shades of Cerise #D9366A

Tints of Cerise #D9366A

Color information

#D9366A (or 0xD9366A) is unknown color: approx Cerise. HEX triplet: D9, 36 and 6A. RGB value is (217,54,106). Sum of RGB (Red+Green+Blue) = 217+54+106=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9366A is #26C995. Grayscale: #6C6C6C. Windows color (decimal): -2541974 or 6960857. OLE color: 6960857.

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

Color convert

RGB21754106-
CMYK00.750.510.15
HSL340.86º68.2%53.14%-
HSV(B)340.86º75.12%85.1%-
XYZ32.5418.4315.48-
YUV108.66126.5205.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=57.56%
G=14.32%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175410600.750.510.15340.8668.253.14
HexD9366A04B33F1554435
Octal331661520113631752510465
Binary1101100111011011010100100101111001111111010101011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9366A; }

 p { color: rgb(217,54,106); }

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

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

 a { background-color: rgb(217,54,106); }

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

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

 span { border-color: rgb(217,54,106); }

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