Html Css Color HEX #DC486C Cranberry

📋 copy color: '#DC486C'

red 220 ◦ green 72 ◦ blue 108

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

Shades of Cranberry #DC486C

Tints of Cranberry #DC486C

RGB

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

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

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

R = 55%
G = 18%
B = 27%

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

#DC486C (or 0xDC486C) is known color: Cranberry. HEX triplet: DC, 48 and 6C. RGB value is (220,72,108). Sum of RGB (Red+Green+Blue) = 220+72+108=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486C is #23B793. Grayscale: #787878. Windows color (decimal): -2340756 or 7096540. OLE color: 7096540.

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

Color convert

RGB 220 72 108 -
CMYK 0 0.67 0.51 0.14
HSL 345.41º 0.68% 0.57% -
HSV(B) 345.41º 0.67% 0.86% -
XYZ 34.54 20.93 16.41 -
YUV 120.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 220 72 108 0 0.67 0.51 0.14 345.41 0.68 0.57
Hex DC 48 6C 0 43 33 E 159 44 39
Octal 334 110 154 0 103 63 16 531 104 71
Binary 11011100 1001000 1101100 0 1000011 110011 1110 101011001 1000100 111001

Color Harmonies of #DC486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC486C

Black with #DC486C

Text Example


Text Example

White with #DC486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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