Html Css Color HEX #DC5674 Cranberry

📋 copy color: '#DC5674'

red 220 ◦ green 86 ◦ blue 116

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

Shades of Cranberry #DC5674

Tints of Cranberry #DC5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 52.13%
G = 20.38%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5674 (or 0xDC5674) is known color: Cranberry. HEX triplet: DC, 56 and 74. RGB value is (220,86,116). Sum of RGB (Red+Green+Blue) = 220+86+116=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5674 is #23A98B. Grayscale: #818181. Windows color (decimal): -2337164 or 7624412. OLE color: 7624412.

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

Color convert

RGB 220 86 116 -
CMYK 0 0.61 0.47 0.14
HSL 346.57º 0.66% 0.6% -
HSV(B) 346.57º 0.61% 0.86% -
XYZ 36 23.13 19.09 -
YUV 129.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 220 86 116 0 0.61 0.47 0.14 346.57 0.66 0.6
Hex DC 56 74 0 3D 2F E 15B 42 3C
Octal 334 126 164 0 75 57 16 533 102 74
Binary 11011100 1010110 1110100 0 111101 101111 1110 101011011 1000010 111100

Color Harmonies of #DC5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5674

Black with #DC5674

Text Example


Text Example

White with #DC5674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5674; }

 p { color: rgb(220,86,116); }

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

background-color css

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

 a { background-color: rgb(220,86,116); }

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

border-color css

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

 span { border-color: rgb(220,86,116); }

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