#D93169

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

Shades of Cerise #D93169

Tints of Cerise #D93169

Color information

#D93169 (or 0xD93169) is unknown color: approx Cerise. HEX triplet: D9, 31 and 69. RGB value is (217,49,105). Sum of RGB (Red+Green+Blue) = 217+49+105=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93169 is #26CE96. Grayscale: #696969. Windows color (decimal): -2543255 or 6894041. OLE color: 6894041.

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

Color convert

RGB21749105-
CMYK00.770.520.15
HSL340º68.85%52.16%-
HSV(B)340º77.42%85.1%-
XYZ32.2617.9715.13-
YUV105.62127.66207.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.49%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=58.49%
G=13.21%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174910500.770.520.1534068.8552.16
HexD9316904D34F1544534
Octal331611510115641752410564
Binary1101100111000111010010100110111010011111010101001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93169; }

 p { color: rgb(217,49,105); }

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

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

 a { background-color: rgb(217,49,105); }

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

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

 span { border-color: rgb(217,49,105); }

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