#DC927D

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

Shades of My Pink #DC927D

Tints of My Pink #DC927D

Color information

#DC927D (or 0xDC927D) is unknown color: approx My Pink. HEX triplet: DC, 92 and 7D. RGB value is (220,146,125). Sum of RGB (Red+Green+Blue) = 220+146+125=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC927D is #236D82. Grayscale: #A5A5A5. Windows color (decimal): -2321795 or 8229596. OLE color: 8229596.

HSL color Cylindrical-coordinate representation of color #DC927D: hue angle of 13.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC927D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220146125-
CMYK00.340.430.14
HSL13.26º57.58%67.65%-
HSV(B)13.26º43.18%86.27%-
XYZ43.537.2524.3-
YUV165.73105.02166.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=44.81%
G=29.74%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014612500.340.430.1413.2657.5867.65
HexDC927D0222BEd3a44
Octal33422217504253161572104
Binary110111001001001011111010100010101011111011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC927D; }

 p { color: rgb(220,146,125); }

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

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

 a { background-color: rgb(220,146,125); }

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

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

 span { border-color: rgb(220,146,125); }

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