Html Css Color HEX #DC536E Cranberry

📋 copy color: '#DC536E'

red 220 ◦ green 83 ◦ blue 110

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

Shades of Cranberry #DC536E

Tints of Cranberry #DC536E

RGB

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

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

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

R = 53.27%
G = 20.1%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC536E (or 0xDC536E) is known color: Cranberry. HEX triplet: DC, 53 and 6E. RGB value is (220,83,110). Sum of RGB (Red+Green+Blue) = 220+83+110=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC536E is #23AC91. Grayscale: #7F7F7F. Windows color (decimal): -2337938 or 7230428. OLE color: 7230428.

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

Color convert

RGB 220 83 110 -
CMYK 0 0.62 0.50 0.14
HSL 348.18º 0.66% 0.59% -
HSV(B) 348.18º 0.62% 0.86% -
XYZ 35.42 22.53 17.23 -
YUV 127.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 220 83 110 0 0.62 0.50 0.14 348.18 0.66 0.59
Hex DC 53 6E 0 3E 32 E 15C 42 3B
Octal 334 123 156 0 76 62 16 534 102 73
Binary 11011100 1010011 1101110 0 111110 110010 1110 101011100 1000010 111011

Color Harmonies of #DC536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC536E

Black with #DC536E

Text Example


Text Example

White with #DC536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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