#DE607E

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

Shades of Dark Pink #DE607E

Tints of Dark Pink #DE607E

Color information

#DE607E (or 0xDE607E) is unknown color: approx Dark Pink. HEX triplet: DE, 60 and 7E. RGB value is (222,96,126). Sum of RGB (Red+Green+Blue) = 222+96+126=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE607E is #219F81. Grayscale: #898989. Windows color (decimal): -2203522 or 8282334. OLE color: 8282334.

HSL color Cylindrical-coordinate representation of color #DE607E: hue angle of 345.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE607E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22296126-
CMYK00.570.430.13
HSL345.71º65.62%62.35%-
HSV(B)345.71º56.76%87.06%-
XYZ38.0725.422.64-
YUV137.09121.74188.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=50%
G=21.62%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229612600.570.430.13345.7165.6262.35
HexDE607E0392BD15a423e
Octal336140176071531553210276
Binary1101111011000001111110011100110101111011010110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE607E; }

 p { color: rgb(222,96,126); }

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

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

 a { background-color: rgb(222,96,126); }

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

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

 span { border-color: rgb(222,96,126); }

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