Html Css Color HEX #DA4A73 Cranberry

📋 copy color: '#DA4A73'

red 218 ◦ green 74 ◦ blue 115

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

Shades of Cranberry #DA4A73

Tints of Cranberry #DA4A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 53.56%
G = 18.18%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4A73 (or 0xDA4A73) is known color: Cranberry. HEX triplet: DA, 4A and 73. RGB value is (218,74,115). Sum of RGB (Red+Green+Blue) = 218+74+115=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A73 is #25B58C. Grayscale: #797979. Windows color (decimal): -2471309 or 7555802. OLE color: 7555802.

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

Color convert

RGB 218 74 115 -
CMYK 0 0.66 0.47 0.15
HSL 342.92º 0.66% 0.57% -
HSV(B) 342.92º 0.66% 0.85% -
XYZ 34.46 21.04 18.46 -
YUV 121.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 218 74 115 0 0.66 0.47 0.15 342.92 0.66 0.57
Hex DA 4A 73 0 42 2F F 157 42 39
Octal 332 112 163 0 102 57 17 527 102 71
Binary 11011010 1001010 1110011 0 1000010 101111 1111 101010111 1000010 111001

Color Harmonies of #DA4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A73

Black with #DA4A73

Text Example


Text Example

White with #DA4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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