Html Css Color HEX #DC486F Cranberry

📋 copy color: '#DC486F'

red 220 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #DC486F

Tints of Cranberry #DC486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

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

R = 54.59%
G = 17.87%
B = 27.54%

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

#DC486F (or 0xDC486F) is known color: Cranberry. HEX triplet: DC, 48 and 6F. RGB value is (220,72,111). Sum of RGB (Red+Green+Blue) = 220+72+111=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486F is #23B790. Grayscale: #787878. Windows color (decimal): -2340753 or 7293148. OLE color: 7293148.

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

Color convert

RGB 220 72 111 -
CMYK 0 0.67 0.50 0.14
HSL 344.19º 0.68% 0.57% -
HSV(B) 344.19º 0.67% 0.86% -
XYZ 34.7 21 17.26 -
YUV 120.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 220 72 111 0 0.67 0.50 0.14 344.19 0.68 0.57
Hex DC 48 6F 0 43 32 E 158 44 39
Octal 334 110 157 0 103 62 16 530 104 71
Binary 11011100 1001000 1101111 0 1000011 110010 1110 101011000 1000100 111001

Color Harmonies of #DC486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC486F

Black with #DC486F

Text Example


Text Example

White with #DC486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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