Html Css Color HEX #DC5474 Cranberry

📋 copy color: '#DC5474'

red 220 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #DC5474

Tints of Cranberry #DC5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 52.38%
G = 20%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5474 (or 0xDC5474) is known color: Cranberry. HEX triplet: DC, 54 and 74. RGB value is (220,84,116). Sum of RGB (Red+Green+Blue) = 220+84+116=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5474 is #23AB8B. Grayscale: #808080. Windows color (decimal): -2337676 or 7623900. OLE color: 7623900.

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

Color convert

RGB 220 84 116 -
CMYK 0 0.62 0.47 0.14
HSL 345.88º 0.66% 0.6% -
HSV(B) 345.88º 0.62% 0.86% -
XYZ 35.84 22.82 19.04 -
YUV 128.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 220 84 116 0 0.62 0.47 0.14 345.88 0.66 0.6
Hex DC 54 74 0 3E 2F E 15A 42 3C
Octal 334 124 164 0 76 57 16 532 102 74
Binary 11011100 1010100 1110100 0 111110 101111 1110 101011010 1000010 111100

Color Harmonies of #DC5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5474

Black with #DC5474

Text Example


Text Example

White with #DC5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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