#D72670

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

Shades of Cerise #D72670

Tints of Cerise #D72670

Color information

#D72670 (or 0xD72670) is unknown color: approx Cerise. HEX triplet: D7, 26 and 70. RGB value is (215,38,112). Sum of RGB (Red+Green+Blue) = 215+38+112=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D72670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72670 is #28D98F. Grayscale: #636363. Windows color (decimal): -2677136 or 7349975. OLE color: 7349975.

HSL color Cylindrical-coordinate representation of color #D72670: hue angle of 334.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72670 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21538112-
CMYK00.820.480.16
HSL334.92º69.96%49.61%-
HSV(B)334.92º82.33%84.31%-
XYZ31.641716.94-
YUV99.36135.14210.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.90%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=58.90%
G=10.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153811200.820.480.16334.9269.9649.61
HexD72670052301014f4632
Octal327461600122602051710662
Binary11010111100110111000001010010110000100001010011111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72670; }

 p { color: rgb(215,38,112); }

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

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

 a { background-color: rgb(215,38,112); }

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

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

 span { border-color: rgb(215,38,112); }

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