Html Css Color HEX #DC537B Cranberry

📋 copy color: '#DC537B'

red 220 ◦ green 83 ◦ blue 123

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

Shades of Cranberry #DC537B

Tints of Cranberry #DC537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.48%

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 51.64%
G = 19.48%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC537B (or 0xDC537B) is known color: Cranberry. HEX triplet: DC, 53 and 7B. RGB value is (220,83,123). Sum of RGB (Red+Green+Blue) = 220+83+123=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC537B is #23AC84. Grayscale: #808080. Windows color (decimal): -2337925 or 8082396. OLE color: 8082396.

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

Color convert

RGB 220 83 123 -
CMYK 0 0.62 0.44 0.14
HSL 342.48º 0.66% 0.59% -
HSV(B) 342.48º 0.62% 0.86% -
XYZ 36.18 22.83 21.24 -
YUV 128.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 220 83 123 0 0.62 0.44 0.14 342.48 0.66 0.59
Hex DC 53 7B 0 3E 2C E 156 42 3B
Octal 334 123 173 0 76 54 16 526 102 73
Binary 11011100 1010011 1111011 0 111110 101100 1110 101010110 1000010 111011

Color Harmonies of #DC537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC537B

Black with #DC537B

Text Example


Text Example

White with #DC537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC537B; }

 p { color: rgb(220,83,123); }

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

background-color css

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

 a { background-color: rgb(220,83,123); }

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

border-color css

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

 span { border-color: rgb(220,83,123); }

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