Html Css Color HEX #DC496B Cranberry

📋 copy color: '#DC496B'

red 220 ◦ green 73 ◦ blue 107

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

Shades of Cranberry #DC496B

Tints of Cranberry #DC496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 55%
G = 18.25%
B = 26.75%

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

#DC496B (or 0xDC496B) is known color: Cranberry. HEX triplet: DC, 49 and 6B. RGB value is (220,73,107). Sum of RGB (Red+Green+Blue) = 220+73+107=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC496B is #23B694. Grayscale: #787878. Windows color (decimal): -2340501 or 7031260. OLE color: 7031260.

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

Color convert

RGB 220 73 107 -
CMYK 0 0.67 0.51 0.14
HSL 346.12º 0.68% 0.57% -
HSV(B) 346.12º 0.67% 0.86% -
XYZ 34.55 21.04 16.15 -
YUV 120.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 220 73 107 0 0.67 0.51 0.14 346.12 0.68 0.57
Hex DC 49 6B 0 43 33 E 15A 44 39
Octal 334 111 153 0 103 63 16 532 104 71
Binary 11011100 1001001 1101011 0 1000011 110011 1110 101011010 1000100 111001

Color Harmonies of #DC496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC496B

Black with #DC496B

Text Example


Text Example

White with #DC496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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