Html Css Color HEX #DC597F Cranberry

📋 copy color: '#DC597F'

red 220 ◦ green 89 ◦ blue 127

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

Shades of Cranberry #DC597F

Tints of Cranberry #DC597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 50.46%
G = 20.41%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC597F (or 0xDC597F) is known color: Cranberry. HEX triplet: DC, 59 and 7F. RGB value is (220,89,127). Sum of RGB (Red+Green+Blue) = 220+89+127=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC597F is #23A680. Grayscale: #848484. Windows color (decimal): -2336385 or 8346076. OLE color: 8346076.

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

Color convert

RGB 220 89 127 -
CMYK 0 0.60 0.42 0.14
HSL 342.6º 0.65% 0.61% -
HSV(B) 342.6º 0.6% 0.86% -
XYZ 36.92 23.89 22.74 -
YUV 132.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 220 89 127 0 0.60 0.42 0.14 342.6 0.65 0.61
Hex DC 59 7F 0 3C 2A E 157 41 3D
Octal 334 131 177 0 74 52 16 527 101 75
Binary 11011100 1011001 1111111 0 111100 101010 1110 101010111 1000001 111101

Color Harmonies of #DC597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC597F

Black with #DC597F

Text Example


Text Example

White with #DC597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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