Html Css Color HEX #DC497A Cranberry

📋 copy color: '#DC497A'

red 220 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #DC497A

Tints of Cranberry #DC497A

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

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

R = 53.01%
G = 17.59%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC497A (or 0xDC497A) is known color: Cranberry. HEX triplet: DC, 49 and 7A. RGB value is (220,73,122). Sum of RGB (Red+Green+Blue) = 220+73+122=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC497A is #23B685. Grayscale: #7A7A7A. Windows color (decimal): -2340486 or 8014300. OLE color: 8014300.

HSL color Cylindrical-coordinate representation of color #DC497A: hue angle of 340º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC497A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 122 -
CMYK 0 0.67 0.45 0.14
HSL 340º 0.68% 0.57% -
HSV(B) 340º 0.67% 0.86% -
XYZ 35.41 21.39 20.67 -
YUV 122.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 220 73 122 0 0.67 0.45 0.14 340 0.68 0.57
Hex DC 49 7A 0 43 2D E 154 44 39
Octal 334 111 172 0 103 55 16 524 104 71
Binary 11011100 1001001 1111010 0 1000011 101101 1110 101010100 1000100 111001

Color Harmonies of #DC497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC497A

Black with #DC497A

Text Example


Text Example

White with #DC497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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