#da507e

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

Shades of Cranberry #DA507E

Tints of Cranberry #DA507E

Color information

#DA507E (or 0xDA507E) is unknown color: approx Cranberry. HEX triplet: DA, 50 and 7E. RGB value is (218,80,126). Sum of RGB (Red+Green+Blue) = 218+80+126=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507E is #25AF81. Grayscale: #7E7E7E. Windows color (decimal): -2469762 or 8278234. OLE color: 8278234.

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

Color convert

RGB21880126-
CMYK00.630.420.15
HSL340º65.09%58.43%-
HSV(B)340º63.3%85.49%-
XYZ35.5522.1522.14-
YUV126.51127.72193.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.42%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=51.42%
G=18.87%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188012600.630.420.1534065.0958.43
HexDA507E03F2AF154413a
Octal332120176077521752410172
Binary1101101010100001111110011111110101011111010101001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da507e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da507e; }

 p { color: rgb(218,80,126); }

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

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

 a { background-color: rgb(218,80,126); }

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

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

 span { border-color: rgb(218,80,126); }

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