Html Css Color HEX #DA496E Cranberry

📋 copy color: '#DA496E'

red 218 ◦ green 73 ◦ blue 110

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

Shades of Cranberry #DA496E

Tints of Cranberry #DA496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 54.36%
G = 18.2%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA496E (or 0xDA496E) is known color: Cranberry. HEX triplet: DA, 49 and 6E. RGB value is (218,73,110). Sum of RGB (Red+Green+Blue) = 218+73+110=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA496E is #25B691. Grayscale: #787878. Windows color (decimal): -2471570 or 7227866. OLE color: 7227866.

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

Color convert

RGB 218 73 110 -
CMYK 0 0.67 0.50 0.15
HSL 344.69º 0.66% 0.57% -
HSV(B) 344.69º 0.67% 0.85% -
XYZ 34.11 20.8 16.97 -
YUV 120.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 218 73 110 0 0.67 0.50 0.15 344.69 0.66 0.57
Hex DA 49 6E 0 43 32 F 159 42 39
Octal 332 111 156 0 103 62 17 531 102 71
Binary 11011010 1001001 1101110 0 1000011 110010 1111 101011001 1000010 111001

Color Harmonies of #DA496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA496E

Black with #DA496E

Text Example


Text Example

White with #DA496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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