#D94058

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

Shades of Cerise #D94058

Tints of Cerise #D94058

Color information

#D94058 (or 0xD94058) is unknown color: approx Cerise. HEX triplet: D9, 40 and 58. RGB value is (217,64,88). Sum of RGB (Red+Green+Blue) = 217+64+88=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D94058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94058 is #26BFA7. Grayscale: #707070. Windows color (decimal): -2539432 or 5783769. OLE color: 5783769.

HSL color Cylindrical-coordinate representation of color #D94058: hue angle of 350.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94058 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2176488-
CMYK00.710.590.15
HSL350.59º66.81%55.1%-
HSV(B)350.59º70.51%85.1%-
XYZ32.2119.1211.23-
YUV112.48114.19202.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=58.81%
G=17.34%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217648800.710.590.15350.5966.8155.1
HexD940580473BF15f4337
Octal3311001300107731753710367
Binary11011001100000010110000100011111101111111010111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94058; }

 p { color: rgb(217,64,88); }

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

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

 a { background-color: rgb(217,64,88); }

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

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

 span { border-color: rgb(217,64,88); }

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