#DA5F7D

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

Shades of Cranberry #DA5F7D

Tints of Cranberry #DA5F7D

Color information

#DA5F7D (or 0xDA5F7D) is unknown color: approx Cranberry. HEX triplet: DA, 5F and 7D. RGB value is (218,95,125). Sum of RGB (Red+Green+Blue) = 218+95+125=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F7D is #25A082. Grayscale: #878787. Windows color (decimal): -2465923 or 8216538. OLE color: 8216538.

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

Color convert

RGB21895125-
CMYK00.560.430.15
HSL345.37º62.44%61.37%-
HSV(B)345.37º56.42%85.49%-
XYZ36.7124.5722.21-
YUV135.2122.25187.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=49.77%
G=21.69%
B=28.54%

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
Decimal2189512500.560.430.15345.3762.4461.37
HexDA5F7D0382BF1593e3d
Octal33213717507053175317675
Binary110110101011111111110101110001010111111101011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F7D; }

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

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

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

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

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

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

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

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