Html Css Color HEX #DA496C Cranberry

📋 copy color: '#DA496C'

red 218 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #DA496C

Tints of Cranberry #DA496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 54.64%
G = 18.3%
B = 27.07%

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

#DA496C (or 0xDA496C) is known color: Cranberry. HEX triplet: DA, 49 and 6C. RGB value is (218,73,108). Sum of RGB (Red+Green+Blue) = 218+73+108=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA496C is #25B693. Grayscale: #787878. Windows color (decimal): -2471572 or 7096794. OLE color: 7096794.

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

Color convert

RGB 218 73 108 -
CMYK 0 0.67 0.50 0.15
HSL 345.52º 0.66% 0.57% -
HSV(B) 345.52º 0.67% 0.85% -
XYZ 34 20.75 16.4 -
YUV 120.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 218 73 108 0 0.67 0.50 0.15 345.52 0.66 0.57
Hex DA 49 6C 0 43 32 F 15A 42 39
Octal 332 111 154 0 103 62 17 532 102 71
Binary 11011010 1001001 1101100 0 1000011 110010 1111 101011010 1000010 111001

Color Harmonies of #DA496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA496C

Black with #DA496C

Text Example


Text Example

White with #DA496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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