#DA607D

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

Shades of Cranberry #DA607D

Tints of Cranberry #DA607D

Color information

#DA607D (or 0xDA607D) is unknown color: approx Cranberry. HEX triplet: DA, 60 and 7D. RGB value is (218,96,125). Sum of RGB (Red+Green+Blue) = 218+96+125=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA607D is #259F82. Grayscale: #878787. Windows color (decimal): -2465667 or 8216794. OLE color: 8216794.

HSL color Cylindrical-coordinate representation of color #DA607D: hue angle of 345.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA607D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21896125-
CMYK00.560.430.15
HSL345.74º62.24%61.57%-
HSV(B)345.74º55.96%85.49%-
XYZ36.824.7522.24-
YUV135.78121.92186.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=49.66%
G=21.87%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189612500.560.430.15345.7462.2461.57
HexDA607D0382BF15a3e3e
Octal33214017507053175327676
Binary110110101100000111110101110001010111111101011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA607D; }

 p { color: rgb(218,96,125); }

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

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

 a { background-color: rgb(218,96,125); }

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

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

 span { border-color: rgb(218,96,125); }

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