Html Css Color HEX #DC486E Cranberry

📋 copy color: '#DC486E'

red 220 ◦ green 72 ◦ blue 110

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

Shades of Cranberry #DC486E

Tints of Cranberry #DC486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 54.73%
G = 17.91%
B = 27.36%

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

#DC486E (or 0xDC486E) is known color: Cranberry. HEX triplet: DC, 48 and 6E. RGB value is (220,72,110). Sum of RGB (Red+Green+Blue) = 220+72+110=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486E is #23B791. Grayscale: #787878. Windows color (decimal): -2340754 or 7227612. OLE color: 7227612.

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

Color convert

RGB 220 72 110 -
CMYK 0 0.67 0.50 0.14
HSL 344.59º 0.68% 0.57% -
HSV(B) 344.59º 0.67% 0.86% -
XYZ 34.65 20.98 16.97 -
YUV 120.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 220 72 110 0 0.67 0.50 0.14 344.59 0.68 0.57
Hex DC 48 6E 0 43 32 E 159 44 39
Octal 334 110 156 0 103 62 16 531 104 71
Binary 11011100 1001000 1101110 0 1000011 110010 1110 101011001 1000100 111001

Color Harmonies of #DC486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC486E

Black with #DC486E

Text Example


Text Example

White with #DC486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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