#dc4c7d

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

Shades of Cranberry #DC4C7D

Tints of Cranberry #DC4C7D

Color information

#DC4C7D (or 0xDC4C7D) is unknown color: approx Cranberry. HEX triplet: DC, 4C and 7D. RGB value is (220,76,125). Sum of RGB (Red+Green+Blue) = 220+76+125=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C7D is #23B382. Grayscale: #7C7C7C. Windows color (decimal): -2339715 or 8211676. OLE color: 8211676.

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

Color convert

RGB22076125-
CMYK00.650.430.14
HSL339.58º67.29%58.04%-
HSV(B)339.58º65.45%86.27%-
XYZ35.821.8721.74-
YUV124.64128.21196.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=52.26%
G=18.05%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207612500.650.430.14339.5867.2958.04
HexDC4C7D0412BE154433a
Octal3341141750101531652410372
Binary11011100100110011111010100000110101111101010101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4c7d; }

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

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

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

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

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

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

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

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