Html Css Color HEX #DA497D Cranberry

📋 copy color: '#DA497D'

red 218 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #DA497D

Tints of Cranberry #DA497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 52.4%
G = 17.55%
B = 30.05%

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

#DA497D (or 0xDA497D) is known color: Cranberry. HEX triplet: DA, 49 and 7D. RGB value is (218,73,125). Sum of RGB (Red+Green+Blue) = 218+73+125=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA497D is #25B682. Grayscale: #7A7A7A. Windows color (decimal): -2471555 or 8210906. OLE color: 8210906.

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

Color convert

RGB 218 73 125 -
CMYK 0 0.67 0.43 0.15
HSL 338.48º 0.66% 0.57% -
HSV(B) 338.48º 0.67% 0.85% -
XYZ 35 21.15 21.64 -
YUV 122.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 218 73 125 0 0.67 0.43 0.15 338.48 0.66 0.57
Hex DA 49 7D 0 43 2B F 152 42 39
Octal 332 111 175 0 103 53 17 522 102 71
Binary 11011010 1001001 1111101 0 1000011 101011 1111 101010010 1000010 111001

Color Harmonies of #DA497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA497D

Black with #DA497D

Text Example


Text Example

White with #DA497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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