Html Css Color HEX #DC537E Cranberry

📋 copy color: '#DC537E'

red 220 ◦ green 83 ◦ blue 126

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

Shades of Cranberry #DC537E

Tints of Cranberry #DC537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 51.28%
G = 19.35%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC537E (or 0xDC537E) is known color: Cranberry. HEX triplet: DC, 53 and 7E. RGB value is (220,83,126). Sum of RGB (Red+Green+Blue) = 220+83+126=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC537E is #23AC81. Grayscale: #808080. Windows color (decimal): -2337922 or 8279004. OLE color: 8279004.

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

Color convert

RGB 220 83 126 -
CMYK 0 0.62 0.43 0.14
HSL 341.17º 0.66% 0.59% -
HSV(B) 341.17º 0.62% 0.86% -
XYZ 36.37 22.91 22.24 -
YUV 128.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 220 83 126 0 0.62 0.43 0.14 341.17 0.66 0.59
Hex DC 53 7E 0 3E 2B E 155 42 3B
Octal 334 123 176 0 76 53 16 525 102 73
Binary 11011100 1010011 1111110 0 111110 101011 1110 101010101 1000010 111011

Color Harmonies of #DC537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC537E

Black with #DC537E

Text Example


Text Example

White with #DC537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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