#d74065

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

Shades of Cerise #D74065

Tints of Cerise #D74065

Color information

#D74065 (or 0xD74065) is unknown color: approx Cerise. HEX triplet: D7, 40 and 65. RGB value is (215,64,101). Sum of RGB (Red+Green+Blue) = 215+64+101=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D74065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74065 is #28BF9A. Grayscale: #717171. Windows color (decimal): -2670491 or 6635735. OLE color: 6635735.

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

Color convert

RGB21564101-
CMYK00.700.530.16
HSL345.3º65.37%54.71%-
HSV(B)345.3º70.23%84.31%-
XYZ32.2119.0514.29-
YUV113.37121.03200.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.58%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=56.58%
G=16.84%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156410100.700.530.16345.365.3754.71
HexD7406504635101594137
Octal3271001450106652053110167
Binary110101111000000110010101000110110101100001010110011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74065; }

 p { color: rgb(215,64,101); }

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

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

 a { background-color: rgb(215,64,101); }

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

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

 span { border-color: rgb(215,64,101); }

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