Html Css Color HEX #DC5475 Cranberry

📋 copy color: '#DC5475'

red 220 ◦ green 84 ◦ blue 117

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

Shades of Cranberry #DC5475

Tints of Cranberry #DC5475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 52.26%
G = 19.95%
B = 27.79%

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

#DC5475 (or 0xDC5475) is known color: Cranberry. HEX triplet: DC, 54 and 75. RGB value is (220,84,117). Sum of RGB (Red+Green+Blue) = 220+84+117=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5475 is #23AB8A. Grayscale: #808080. Windows color (decimal): -2337675 or 7689436. OLE color: 7689436.

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

Color convert

RGB 220 84 117 -
CMYK 0 0.62 0.47 0.14
HSL 345.44º 0.66% 0.6% -
HSV(B) 345.44º 0.62% 0.86% -
XYZ 35.9 22.84 19.35 -
YUV 128.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 220 84 117 0 0.62 0.47 0.14 345.44 0.66 0.6
Hex DC 54 75 0 3E 2F E 159 42 3C
Octal 334 124 165 0 76 57 16 531 102 74
Binary 11011100 1010100 1110101 0 111110 101111 1110 101011001 1000010 111100

Color Harmonies of #DC5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5475

Black with #DC5475

Text Example


Text Example

White with #DC5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5475; }

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

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

background-color css

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

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

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

border-color css

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

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

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