Html Css Color HEX #DC496F Cranberry

📋 copy color: '#DC496F'

red 220 ◦ green 73 ◦ blue 111

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

Shades of Cranberry #DC496F

Tints of Cranberry #DC496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 54.46%
G = 18.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC496F (or 0xDC496F) is known color: Cranberry. HEX triplet: DC, 49 and 6F. RGB value is (220,73,111). Sum of RGB (Red+Green+Blue) = 220+73+111=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC496F is #23B690. Grayscale: #797979. Windows color (decimal): -2340497 or 7293404. OLE color: 7293404.

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

Color convert

RGB 220 73 111 -
CMYK 0 0.67 0.50 0.14
HSL 344.49º 0.68% 0.57% -
HSV(B) 344.49º 0.67% 0.86% -
XYZ 34.77 21.13 17.28 -
YUV 121.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 220 73 111 0 0.67 0.50 0.14 344.49 0.68 0.57
Hex DC 49 6F 0 43 32 E 158 44 39
Octal 334 111 157 0 103 62 16 530 104 71
Binary 11011100 1001001 1101111 0 1000011 110010 1110 101011000 1000100 111001

Color Harmonies of #DC496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC496F

Black with #DC496F

Text Example


Text Example

White with #DC496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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