Html Css Color HEX #DC5378 Cranberry

📋 copy color: '#DC5378'

red 220 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #DC5378

Tints of Cranberry #DC5378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 52.01%
G = 19.62%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC5378 (or 0xDC5378) is known color: Cranberry. HEX triplet: DC, 53 and 78. RGB value is (220,83,120). Sum of RGB (Red+Green+Blue) = 220+83+120=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5378 is #23AC87. Grayscale: #808080. Windows color (decimal): -2337928 or 7885788. OLE color: 7885788.

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

Color convert

RGB 220 83 120 -
CMYK 0 0.62 0.45 0.14
HSL 343.8º 0.66% 0.59% -
HSV(B) 343.8º 0.62% 0.86% -
XYZ 36 22.76 20.26 -
YUV 128.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 220 83 120 0 0.62 0.45 0.14 343.8 0.66 0.59
Hex DC 53 78 0 3E 2D E 158 42 3B
Octal 334 123 170 0 76 55 16 530 102 73
Binary 11011100 1010011 1111000 0 111110 101101 1110 101011000 1000010 111011

Color Harmonies of #DC5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5378

Black with #DC5378

Text Example


Text Example

White with #DC5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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