Html Css Color HEX #DA4973 Cranberry

📋 copy color: '#DA4973'

red 218 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #DA4973

Tints of Cranberry #DA4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 53.69%
G = 17.98%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4973 (or 0xDA4973) is known color: Cranberry. HEX triplet: DA, 49 and 73. RGB value is (218,73,115). Sum of RGB (Red+Green+Blue) = 218+73+115=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4973 is #25B68C. Grayscale: #797979. Windows color (decimal): -2471565 or 7555546. OLE color: 7555546.

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

Color convert

RGB 218 73 115 -
CMYK 0 0.67 0.47 0.15
HSL 342.62º 0.66% 0.57% -
HSV(B) 342.62º 0.67% 0.85% -
XYZ 34.39 20.91 18.44 -
YUV 121.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 218 73 115 0 0.67 0.47 0.15 342.62 0.66 0.57
Hex DA 49 73 0 43 2F F 157 42 39
Octal 332 111 163 0 103 57 17 527 102 71
Binary 11011010 1001001 1110011 0 1000011 101111 1111 101010111 1000010 111001

Color Harmonies of #DA4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4973

Black with #DA4973

Text Example


Text Example

White with #DA4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4973; }

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

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

background-color css

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

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

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

border-color css

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

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

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