Html Css Color HEX #DA4A71 Cranberry

📋 copy color: '#DA4A71'

red 218 ◦ green 74 ◦ blue 113

#DA4A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DA4A71

Tints of Cranberry #DA4A71

RGB

 RED value IS 218 (85.55% from 255) = 53.83%

 GREEN value IS 74 (29.3% from 255) = 18.27%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 53.83%
G = 18.27%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4A71 (or 0xDA4A71) is known color: Cranberry. HEX triplet: DA, 4A and 71. RGB value is (218,74,113). Sum of RGB (Red+Green+Blue) = 218+74+113=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A71 is #25B58E. Grayscale: #797979. Windows color (decimal): -2471311 or 7424730. OLE color: 7424730.

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

Color convert

RGB 218 74 113 -
CMYK 0 0.66 0.48 0.15
HSL 343.75º 0.66% 0.57% -
HSV(B) 343.75º 0.66% 0.85% -
XYZ 34.34 21 17.87 -
YUV 121.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 218 74 113 0 0.66 0.48 0.15 343.75 0.66 0.57
Hex DA 4A 71 0 42 30 F 158 42 39
Octal 332 112 161 0 102 60 17 530 102 71
Binary 11011010 1001010 1110001 0 1000010 110000 1111 101011000 1000010 111001

Color Harmonies of #DA4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A71

Black with #DA4A71

Text Example


Text Example

White with #DA4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A71; }

 p { color: rgb(218,74,113); }

 H1.HeaderClassName
 {
   color: #DA4A71;
 }
 .AnyTagClassName
 {
   color: #DA4A71;
 }
</style>

background-color css

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

 a { background-color: rgb(218,74,113); }

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

border-color css

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

 span { border-color: rgb(218,74,113); }

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