#DA3D74

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

Shades of Cranberry #DA3D74

Tints of Cranberry #DA3D74

Color information

#DA3D74 (or 0xDA3D74) is unknown color: approx Cranberry. HEX triplet: DA, 3D and 74. RGB value is (218,61,116). Sum of RGB (Red+Green+Blue) = 218+61+116=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D74 is #25C28B. Grayscale: #727272. Windows color (decimal): -2474636 or 7618010. OLE color: 7618010.

HSL color Cylindrical-coordinate representation of color #DA3D74: hue angle of 338.98º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21861116-
CMYK00.720.470.15
HSL338.98º67.97%54.71%-
HSV(B)338.98º72.02%85.49%-
XYZ33.7319.518.51-
YUV114.21129.01202.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=55.19%
G=15.44%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186111600.720.470.15338.9867.9754.71
HexDA3D740482FF1534437
Octal332751640110571752310467
Binary1101101011110111101000100100010111111111010100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3D74; }

 p { color: rgb(218,61,116); }

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

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

 a { background-color: rgb(218,61,116); }

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

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

 span { border-color: rgb(218,61,116); }

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