Html Css Color HEX #DC506F Cranberry

📋 copy color: '#DC506F'

red 220 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #DC506F

Tints of Cranberry #DC506F

RGB

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

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

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

R = 53.53%
G = 19.46%
B = 27.01%

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

#DC506F (or 0xDC506F) is known color: Cranberry. HEX triplet: DC, 50 and 6F. RGB value is (220,80,111). Sum of RGB (Red+Green+Blue) = 220+80+111=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506F is #23AF90. Grayscale: #7D7D7D. Windows color (decimal): -2338705 or 7295196. OLE color: 7295196.

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

Color convert

RGB 220 80 111 -
CMYK 0 0.64 0.50 0.14
HSL 346.71º 0.67% 0.59% -
HSV(B) 346.71º 0.64% 0.86% -
XYZ 35.25 22.1 17.45 -
YUV 125.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 220 80 111 0 0.64 0.50 0.14 346.71 0.67 0.59
Hex DC 50 6F 0 40 32 E 15B 43 3B
Octal 334 120 157 0 100 62 16 533 103 73
Binary 11011100 1010000 1101111 0 1000000 110010 1110 101011011 1000011 111011

Color Harmonies of #DC506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC506F

Black with #DC506F

Text Example


Text Example

White with #DC506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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