Html Css Color HEX #DA497A Cranberry

📋 copy color: '#DA497A'

red 218 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #DA497A

Tints of Cranberry #DA497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 52.78%
G = 17.68%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA497A (or 0xDA497A) is known color: Cranberry. HEX triplet: DA, 49 and 7A. RGB value is (218,73,122). Sum of RGB (Red+Green+Blue) = 218+73+122=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA497A is #25B685. Grayscale: #797979. Windows color (decimal): -2471558 or 8014298. OLE color: 8014298.

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

Color convert

RGB 218 73 122 -
CMYK 0 0.67 0.44 0.15
HSL 339.72º 0.66% 0.57% -
HSV(B) 339.72º 0.67% 0.85% -
XYZ 34.81 21.08 20.65 -
YUV 121.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 218 73 122 0 0.67 0.44 0.15 339.72 0.66 0.57
Hex DA 49 7A 0 43 2C F 154 42 39
Octal 332 111 172 0 103 54 17 524 102 71
Binary 11011010 1001001 1111010 0 1000011 101100 1111 101010100 1000010 111001

Color Harmonies of #DA497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA497A

Black with #DA497A

Text Example


Text Example

White with #DA497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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