#D13898

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

Shades of Deep Cerise #D13898

Tints of Deep Cerise #D13898

Color information

#D13898 (or 0xD13898) is unknown color: approx Deep Cerise. HEX triplet: D1, 38 and 98. RGB value is (209,56,152). Sum of RGB (Red+Green+Blue) = 209+56+152=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D13898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13898 is #2EC767. Grayscale: #707070. Windows color (decimal): -3065704 or 9976017. OLE color: 9976017.

HSL color Cylindrical-coordinate representation of color #D13898: hue angle of 322.35º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13898 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20956152-
CMYK00.730.270.18
HSL322.35º62.45%51.96%-
HSV(B)322.35º73.21%81.96%-
XYZ33.3818.6531.55-
YUV112.69150.19196.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=50.12%
G=13.43%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095615200.730.270.18322.3562.4551.96
HexD138980491B121423e34
Octal32170230011133225027664
Binary1101000111100010011000010010011101110010101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13898; }

 p { color: rgb(209,56,152); }

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

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

 a { background-color: rgb(209,56,152); }

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

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

 span { border-color: rgb(209,56,152); }

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