#D7247A

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

Shades of Deep Cerise #D7247A

Tints of Deep Cerise #D7247A

Color information

#D7247A (or 0xD7247A) is unknown color: approx Deep Cerise. HEX triplet: D7, 24 and 7A. RGB value is (215,36,122). Sum of RGB (Red+Green+Blue) = 215+36+122=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7247A is #28DB85. Grayscale: #636363. Windows color (decimal): -2677638 or 8004823. OLE color: 8004823.

HSL color Cylindrical-coordinate representation of color #D7247A: hue angle of 331.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7247A is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21536122-
CMYK00.830.430.16
HSL331.17º71.31%49.22%-
HSV(B)331.17º83.26%84.31%-
XYZ32.1717.1120.02-
YUV99.32140.8210.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.64%
GREEN value IS 36 (14.45% from 255) = 9.65%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=57.64%
G=9.65%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153612200.830.430.16331.1771.3149.22
HexD7247A0532B1014b4731
Octal327441720123532051310761
Binary11010111100100111101001010011101011100001010010111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7247A; }

 p { color: rgb(215,36,122); }

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

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

 a { background-color: rgb(215,36,122); }

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

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

 span { border-color: rgb(215,36,122); }

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