Html Css Color HEX #DC5185 Cranberry

📋 copy color: '#DC5185'

red 220 ◦ green 81 ◦ blue 133

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

Shades of Cranberry #DC5185

Tints of Cranberry #DC5185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 50.69%
G = 18.66%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5185 (or 0xDC5185) is known color: Cranberry. HEX triplet: DC, 51 and 85. RGB value is (220,81,133). Sum of RGB (Red+Green+Blue) = 220+81+133=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5185 is #23AE7A. Grayscale: #808080. Windows color (decimal): -2338427 or 8737244. OLE color: 8737244.

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

Color convert

RGB 220 81 133 -
CMYK 0 0.63 0.40 0.14
HSL 337.55º 0.67% 0.59% -
HSV(B) 337.55º 0.63% 0.86% -
XYZ 36.69 22.79 24.66 -
YUV 128.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 220 81 133 0 0.63 0.40 0.14 337.55 0.67 0.59
Hex DC 51 85 0 3F 28 E 152 43 3B
Octal 334 121 205 0 77 50 16 522 103 73
Binary 11011100 1010001 10000101 0 111111 101000 1110 101010010 1000011 111011

Color Harmonies of #DC5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5185

Black with #DC5185

Text Example


Text Example

White with #DC5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5185; }

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

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

background-color css

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

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

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

border-color css

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

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

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