#D3387A

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

Shades of Deep Cerise #D3387A

Tints of Deep Cerise #D3387A

Color information

#D3387A (or 0xD3387A) is unknown color: approx Deep Cerise. HEX triplet: D3, 38 and 7A. RGB value is (211,56,122). Sum of RGB (Red+Green+Blue) = 211+56+122=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3387A is #2CC785. Grayscale: #6D6D6D. Windows color (decimal): -2934662 or 8009939. OLE color: 8009939.

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

Color convert

RGB21156122-
CMYK00.730.420.17
HSL334.45º63.79%52.35%-
HSV(B)334.45º73.46%82.75%-
XYZ31.7918.0820.23-
YUV109.87134.85200.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.24%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=54.24%
G=14.40%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115612200.730.420.17334.4563.7952.35
HexD3387A0492A1114e4034
Octal323701720111522151610064
Binary11010011111000111101001001001101010100011010011101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3387A; }

 p { color: rgb(211,56,122); }

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

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

 a { background-color: rgb(211,56,122); }

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

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

 span { border-color: rgb(211,56,122); }

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