#D74260

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

Shades of Cerise #D74260

Tints of Cerise #D74260

Color information

#D74260 (or 0xD74260) is unknown color: approx Cerise. HEX triplet: D7, 42 and 60. RGB value is (215,66,96). Sum of RGB (Red+Green+Blue) = 215+66+96=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D74260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74260 is #28BD9F. Grayscale: #727272. Windows color (decimal): -2669984 or 6308567. OLE color: 6308567.

HSL color Cylindrical-coordinate representation of color #D74260: hue angle of 347.92º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74260 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2156696-
CMYK00.690.550.16
HSL347.92º65.07%55.1%-
HSV(B)347.92º69.3%84.31%-
XYZ32.0819.1913.08-
YUV113.97117.86200.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.03%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=57.03%
G=17.51%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215669600.690.550.16347.9265.0755.1
HexD74260045371015c4137
Octal3271021400105672053410167
Binary110101111000010110000001000101110111100001010111001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74260; }

 p { color: rgb(215,66,96); }

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

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

 a { background-color: rgb(215,66,96); }

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

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

 span { border-color: rgb(215,66,96); }

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