Html Css Color HEX #DC506D Cranberry

📋 copy color: '#DC506D'

red 220 ◦ green 80 ◦ blue 109

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

Shades of Cranberry #DC506D

Tints of Cranberry #DC506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

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

R = 53.79%
G = 19.56%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC506D (or 0xDC506D) is known color: Cranberry. HEX triplet: DC, 50 and 6D. RGB value is (220,80,109). Sum of RGB (Red+Green+Blue) = 220+80+109=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506D is #23AF92. Grayscale: #7D7D7D. Windows color (decimal): -2338707 or 7164124. OLE color: 7164124.

HSL color Cylindrical-coordinate representation of color #DC506D: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC506D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 109 -
CMYK 0 0.64 0.50 0.14
HSL 347.57º 0.67% 0.59% -
HSV(B) 347.57º 0.64% 0.86% -
XYZ 35.14 22.06 16.87 -
YUV 125.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 220 80 109 0 0.64 0.50 0.14 347.57 0.67 0.59
Hex DC 50 6D 0 40 32 E 15C 43 3B
Octal 334 120 155 0 100 62 16 534 103 73
Binary 11011100 1010000 1101101 0 1000000 110010 1110 101011100 1000011 111011

Color Harmonies of #DC506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC506D

Black with #DC506D

Text Example


Text Example

White with #DC506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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