Html Css Color HEX #DC497E Cranberry

📋 copy color: '#DC497E'

red 220 ◦ green 73 ◦ blue 126

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

Shades of Cranberry #DC497E

Tints of Cranberry #DC497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 52.51%
G = 17.42%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC497E (or 0xDC497E) is known color: Cranberry. HEX triplet: DC, 49 and 7E. RGB value is (220,73,126). Sum of RGB (Red+Green+Blue) = 220+73+126=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC497E is #23B681. Grayscale: #7A7A7A. Windows color (decimal): -2340482 or 8276444. OLE color: 8276444.

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

Color convert

RGB 220 73 126 -
CMYK 0 0.67 0.43 0.14
HSL 338.37º 0.68% 0.57% -
HSV(B) 338.37º 0.67% 0.86% -
XYZ 35.66 21.49 22.01 -
YUV 123 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 220 73 126 0 0.67 0.43 0.14 338.37 0.68 0.57
Hex DC 49 7E 0 43 2B E 152 44 39
Octal 334 111 176 0 103 53 16 522 104 71
Binary 11011100 1001001 1111110 0 1000011 101011 1110 101010010 1000100 111001

Color Harmonies of #DC497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC497E

Black with #DC497E

Text Example


Text Example

White with #DC497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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