Html Css Color HEX #DC536F Cranberry

📋 copy color: '#DC536F'

red 220 ◦ green 83 ◦ blue 111

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

Shades of Cranberry #DC536F

Tints of Cranberry #DC536F

RGB

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

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

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

R = 53.14%
G = 20.05%
B = 26.81%

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

#DC536F (or 0xDC536F) is known color: Cranberry. HEX triplet: DC, 53 and 6F. RGB value is (220,83,111). Sum of RGB (Red+Green+Blue) = 220+83+111=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC536F is #23AC90. Grayscale: #7F7F7F. Windows color (decimal): -2337937 or 7295964. OLE color: 7295964.

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

Color convert

RGB 220 83 111 -
CMYK 0 0.62 0.50 0.14
HSL 347.74º 0.66% 0.59% -
HSV(B) 347.74º 0.62% 0.86% -
XYZ 35.48 22.55 17.52 -
YUV 127.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 220 83 111 0 0.62 0.50 0.14 347.74 0.66 0.59
Hex DC 53 6F 0 3E 32 E 15C 42 3B
Octal 334 123 157 0 76 62 16 534 102 73
Binary 11011100 1010011 1101111 0 111110 110010 1110 101011100 1000010 111011

Color Harmonies of #DC536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC536F

Black with #DC536F

Text Example


Text Example

White with #DC536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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