#d12c7a

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

Shades of Deep Cerise #D12C7A

Tints of Deep Cerise #D12C7A

Color information

#D12C7A (or 0xD12C7A) is unknown color: approx Deep Cerise. HEX triplet: D1, 2C and 7A. RGB value is (209,44,122). Sum of RGB (Red+Green+Blue) = 209+44+122=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C7A is #2ED385. Grayscale: #666666. Windows color (decimal): -3068806 or 8006865. OLE color: 8006865.

HSL color Cylindrical-coordinate representation of color #D12C7A: hue angle of 331.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C7A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20944122-
CMYK00.790.420.18
HSL331.64º65.22%49.61%-
HSV(B)331.64º78.95%81.96%-
XYZ30.7116.7620.03-
YUV102.23139.16204.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=55.73%
G=11.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094412200.790.420.18331.6465.2249.61
HexD12C7A04F2A1214c4132
Octal321541720117522251410162
Binary11010001101100111101001001111101010100101010011001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12c7a; }

 p { color: rgb(209,44,122); }

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

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

 a { background-color: rgb(209,44,122); }

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

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

 span { border-color: rgb(209,44,122); }

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