#DA4B7F

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

Shades of Cranberry #DA4B7F

Tints of Cranberry #DA4B7F

Color information

#DA4B7F (or 0xDA4B7F) is unknown color: approx Cranberry. HEX triplet: DA, 4B and 7F. RGB value is (218,75,127). Sum of RGB (Red+Green+Blue) = 218+75+127=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B7F is #25B480. Grayscale: #7B7B7B. Windows color (decimal): -2471041 or 8342490. OLE color: 8342490.

HSL color Cylindrical-coordinate representation of color #DA4B7F: hue angle of 338.18º 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 #DA4B7F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21875127-
CMYK00.660.420.15
HSL338.18º65.9%57.45%-
HSV(B)338.18º65.6%85.49%-
XYZ35.2621.4722.36-
YUV123.68129.88195.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.90%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 127 (50% from 255) = 30.24%
R=51.90%
G=17.86%
B=30.24%

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
Decimal2187512700.660.420.15338.1865.957.45
HexDA4B7F0422AF1524239
Octal3321131770102521752210271
Binary11011010100101111111110100001010101011111010100101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B7F; }

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

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

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

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

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

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

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

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