Html Css Color HEX #DB597D Cranberry

📋 copy color: '#DB597D'

red 219 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #DB597D

Tints of Cranberry #DB597D

RGB

 RED value IS 219 (85.94% from 255) = 50.58%

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 50.58%
G = 20.55%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB597D (or 0xDB597D) is known color: Cranberry. HEX triplet: DB, 59 and 7D. RGB value is (219,89,125). Sum of RGB (Red+Green+Blue) = 219+89+125=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB597D is #24A682. Grayscale: #838383. Windows color (decimal): -2401923 or 8215003. OLE color: 8215003.

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

Color convert

RGB 219 89 125 -
CMYK 0 0.59 0.43 0.14
HSL 343.38º 0.64% 0.6% -
HSV(B) 343.38º 0.59% 0.86% -
XYZ 36.49 23.69 22.05 -
YUV 131.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 219 89 125 0 0.59 0.43 0.14 343.38 0.64 0.6
Hex DB 59 7D 0 3B 2B E 157 40 3C
Octal 333 131 175 0 73 53 16 527 100 74
Binary 11011011 1011001 1111101 0 111011 101011 1110 101010111 1000000 111100

Color Harmonies of #DB597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB597D

Black with #DB597D

Text Example


Text Example

White with #DB597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB597D; }

 p { color: rgb(219,89,125); }

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

background-color css

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

 a { background-color: rgb(219,89,125); }

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

border-color css

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

 span { border-color: rgb(219,89,125); }

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