Html Css Color HEX #DC597B Cranberry

📋 copy color: '#DC597B'

red 220 ◦ green 89 ◦ blue 123

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

Shades of Cranberry #DC597B

Tints of Cranberry #DC597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 50.93%
G = 20.6%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC597B (or 0xDC597B) is known color: Cranberry. HEX triplet: DC, 59 and 7B. RGB value is (220,89,123). Sum of RGB (Red+Green+Blue) = 220+89+123=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC597B is #23A684. Grayscale: #848484. Windows color (decimal): -2336389 or 8083932. OLE color: 8083932.

HSL color Cylindrical-coordinate representation of color #DC597B: hue angle of 344.43º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC597B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 123 -
CMYK 0 0.60 0.44 0.14
HSL 344.43º 0.65% 0.61% -
HSV(B) 344.43º 0.6% 0.86% -
XYZ 36.66 23.79 21.4 -
YUV 132.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 220 89 123 0 0.60 0.44 0.14 344.43 0.65 0.61
Hex DC 59 7B 0 3C 2C E 158 41 3D
Octal 334 131 173 0 74 54 16 530 101 75
Binary 11011100 1011001 1111011 0 111100 101100 1110 101011000 1000001 111101

Color Harmonies of #DC597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC597B

Black with #DC597B

Text Example


Text Example

White with #DC597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC597B; }

 p { color: rgb(220,89,123); }

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

background-color css

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

 a { background-color: rgb(220,89,123); }

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

border-color css

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

 span { border-color: rgb(220,89,123); }

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