#DA4C84

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

Shades of Cranberry #DA4C84

Tints of Cranberry #DA4C84

Color information

#DA4C84 (or 0xDA4C84) is unknown color: approx Cranberry. HEX triplet: DA, 4C and 84. RGB value is (218,76,132). Sum of RGB (Red+Green+Blue) = 218+76+132=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C84 is #25B37B. Grayscale: #7C7C7C. Windows color (decimal): -2470780 or 8670426. OLE color: 8670426.

HSL color Cylindrical-coordinate representation of color #DA4C84: hue angle of 336.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C84 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21876132-
CMYK00.650.390.15
HSL336.34º65.74%57.65%-
HSV(B)336.34º65.14%85.49%-
XYZ35.6621.7424.15-
YUV124.84132.04194.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.17%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=51.17%
G=17.84%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187613200.650.390.15336.3465.7457.65
HexDA4C8404127F150423a
Octal3321142040101471752010272
Binary110110101001100100001000100000110011111111010100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C84; }

 p { color: rgb(218,76,132); }

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

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

 a { background-color: rgb(218,76,132); }

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

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

 span { border-color: rgb(218,76,132); }

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