#DA4B7E

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

Shades of Cranberry #DA4B7E

Tints of Cranberry #DA4B7E

Color information

#DA4B7E (or 0xDA4B7E) is unknown color: approx Cranberry. HEX triplet: DA, 4B and 7E. RGB value is (218,75,126). Sum of RGB (Red+Green+Blue) = 218+75+126=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B7E is #25B481. Grayscale: #7B7B7B. Windows color (decimal): -2471042 or 8276954. OLE color: 8276954.

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

Color convert

RGB21875126-
CMYK00.660.420.15
HSL338.6º65.9%57.45%-
HSV(B)338.6º65.6%85.49%-
XYZ35.221.4422.02-
YUV123.57129.38195.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=52.03%
G=17.90%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187512600.660.420.15338.665.957.45
HexDA4B7E0422AF1534239
Octal3321131760102521752310271
Binary11011010100101111111100100001010101011111010100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B7E; }

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

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

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

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

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

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

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

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