Html Css Color HEX #DC496C Cranberry

📋 copy color: '#DC496C'

red 220 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #DC496C

Tints of Cranberry #DC496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 54.86%
G = 18.2%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC496C (or 0xDC496C) is known color: Cranberry. HEX triplet: DC, 49 and 6C. RGB value is (220,73,108). Sum of RGB (Red+Green+Blue) = 220+73+108=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC496C is #23B693. Grayscale: #787878. Windows color (decimal): -2340500 or 7096796. OLE color: 7096796.

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

Color convert

RGB 220 73 108 -
CMYK 0 0.67 0.51 0.14
HSL 345.71º 0.68% 0.57% -
HSV(B) 345.71º 0.67% 0.86% -
XYZ 34.6 21.06 16.43 -
YUV 120.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 220 73 108 0 0.67 0.51 0.14 345.71 0.68 0.57
Hex DC 49 6C 0 43 33 E 15A 44 39
Octal 334 111 154 0 103 63 16 532 104 71
Binary 11011100 1001001 1101100 0 1000011 110011 1110 101011010 1000100 111001

Color Harmonies of #DC496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC496C

Black with #DC496C

Text Example


Text Example

White with #DC496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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