Html Css Color HEX #DC5172 Cranberry

📋 copy color: '#DC5172'

red 220 ◦ green 81 ◦ blue 114

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

Shades of Cranberry #DC5172

Tints of Cranberry #DC5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 53.01%
G = 19.52%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5172 (or 0xDC5172) is known color: Cranberry. HEX triplet: DC, 51 and 72. RGB value is (220,81,114). Sum of RGB (Red+Green+Blue) = 220+81+114=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5172 is #23AE8D. Grayscale: #7E7E7E. Windows color (decimal): -2338446 or 7492060. OLE color: 7492060.

HSL color Cylindrical-coordinate representation of color #DC5172: hue angle of 345.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5172 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 114 -
CMYK 0 0.63 0.48 0.14
HSL 345.76º 0.67% 0.59% -
HSV(B) 345.76º 0.63% 0.86% -
XYZ 35.49 22.32 18.36 -
YUV 126.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 220 81 114 0 0.63 0.48 0.14 345.76 0.67 0.59
Hex DC 51 72 0 3F 30 E 15A 43 3B
Octal 334 121 162 0 77 60 16 532 103 73
Binary 11011100 1010001 1110010 0 111111 110000 1110 101011010 1000011 111011

Color Harmonies of #DC5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5172

Black with #DC5172

Text Example


Text Example

White with #DC5172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5172; }

 p { color: rgb(220,81,114); }

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

background-color css

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

 a { background-color: rgb(220,81,114); }

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

border-color css

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

 span { border-color: rgb(220,81,114); }

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