Html Css Color HEX #DA496F Cranberry

📋 copy color: '#DA496F'

red 218 ◦ green 73 ◦ blue 111

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

Shades of Cranberry #DA496F

Tints of Cranberry #DA496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 54.23%
G = 18.16%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA496F (or 0xDA496F) is known color: Cranberry. HEX triplet: DA, 49 and 6F. RGB value is (218,73,111). Sum of RGB (Red+Green+Blue) = 218+73+111=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA496F is #25B690. Grayscale: #787878. Windows color (decimal): -2471569 or 7293402. OLE color: 7293402.

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

Color convert

RGB 218 73 111 -
CMYK 0 0.67 0.49 0.15
HSL 344.28º 0.66% 0.57% -
HSV(B) 344.28º 0.67% 0.85% -
XYZ 34.17 20.82 17.26 -
YUV 120.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 218 73 111 0 0.67 0.49 0.15 344.28 0.66 0.57
Hex DA 49 6F 0 43 31 F 158 42 39
Octal 332 111 157 0 103 61 17 530 102 71
Binary 11011010 1001001 1101111 0 1000011 110001 1111 101011000 1000010 111001

Color Harmonies of #DA496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA496F

Black with #DA496F

Text Example


Text Example

White with #DA496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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