Html Css Color HEX #DA497C Cranberry

📋 copy color: '#DA497C'

red 218 ◦ green 73 ◦ blue 124

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

Shades of Cranberry #DA497C

Tints of Cranberry #DA497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 52.53%
G = 17.59%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA497C (or 0xDA497C) is known color: Cranberry. HEX triplet: DA, 49 and 7C. RGB value is (218,73,124). Sum of RGB (Red+Green+Blue) = 218+73+124=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA497C is #25B683. Grayscale: #7A7A7A. Windows color (decimal): -2471556 or 8145370. OLE color: 8145370.

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

Color convert

RGB 218 73 124 -
CMYK 0 0.67 0.43 0.15
HSL 338.9º 0.66% 0.57% -
HSV(B) 338.9º 0.67% 0.85% -
XYZ 34.93 21.13 21.31 -
YUV 122.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 218 73 124 0 0.67 0.43 0.15 338.9 0.66 0.57
Hex DA 49 7C 0 43 2B F 153 42 39
Octal 332 111 174 0 103 53 17 523 102 71
Binary 11011010 1001001 1111100 0 1000011 101011 1111 101010011 1000010 111001

Color Harmonies of #DA497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA497C

Black with #DA497C

Text Example


Text Example

White with #DA497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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