Html Css Color HEX #DA497B Cranberry

📋 copy color: '#DA497B'

red 218 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #DA497B

Tints of Cranberry #DA497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 52.66%
G = 17.63%
B = 29.71%

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

#DA497B (or 0xDA497B) is known color: Cranberry. HEX triplet: DA, 49 and 7B. RGB value is (218,73,123). Sum of RGB (Red+Green+Blue) = 218+73+123=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA497B is #25B684. Grayscale: #7A7A7A. Windows color (decimal): -2471557 or 8079834. OLE color: 8079834.

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

Color convert

RGB 218 73 123 -
CMYK 0 0.67 0.44 0.15
HSL 339.31º 0.66% 0.57% -
HSV(B) 339.31º 0.67% 0.85% -
XYZ 34.87 21.1 20.97 -
YUV 122.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 218 73 123 0 0.67 0.44 0.15 339.31 0.66 0.57
Hex DA 49 7B 0 43 2C F 153 42 39
Octal 332 111 173 0 103 54 17 523 102 71
Binary 11011010 1001001 1111011 0 1000011 101100 1111 101010011 1000010 111001

Color Harmonies of #DA497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA497B

Black with #DA497B

Text Example


Text Example

White with #DA497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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