Html Css Color HEX #DC486D Cranberry

📋 copy color: '#DC486D'

red 220 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #DC486D

Tints of Cranberry #DC486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 54.86%
G = 17.96%
B = 27.18%

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

#DC486D (or 0xDC486D) is known color: Cranberry. HEX triplet: DC, 48 and 6D. RGB value is (220,72,109). Sum of RGB (Red+Green+Blue) = 220+72+109=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486D is #23B792. Grayscale: #787878. Windows color (decimal): -2340755 or 7162076. OLE color: 7162076.

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

Color convert

RGB 220 72 109 -
CMYK 0 0.67 0.50 0.14
HSL 345º 0.68% 0.57% -
HSV(B) 345º 0.67% 0.86% -
XYZ 34.59 20.95 16.69 -
YUV 120.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 220 72 109 0 0.67 0.50 0.14 345 0.68 0.57
Hex DC 48 6D 0 43 32 E 159 44 39
Octal 334 110 155 0 103 62 16 531 104 71
Binary 11011100 1001000 1101101 0 1000011 110010 1110 101011001 1000100 111001

Color Harmonies of #DC486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC486D

Black with #DC486D

Text Example


Text Example

White with #DC486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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