Html Css Color HEX #DB597A Cranberry

📋 copy color: '#DB597A'

red 219 ◦ green 89 ◦ blue 122

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

Shades of Cranberry #DB597A

Tints of Cranberry #DB597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 50.93%
G = 20.7%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB597A (or 0xDB597A) is known color: Cranberry. HEX triplet: DB, 59 and 7A. RGB value is (219,89,122). Sum of RGB (Red+Green+Blue) = 219+89+122=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB597A is #24A685. Grayscale: #838383. Windows color (decimal): -2401926 or 8018395. OLE color: 8018395.

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

Color convert

RGB 219 89 122 -
CMYK 0 0.59 0.44 0.14
HSL 344.77º 0.64% 0.6% -
HSV(B) 344.77º 0.59% 0.86% -
XYZ 36.3 23.61 21.06 -
YUV 131.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 219 89 122 0 0.59 0.44 0.14 344.77 0.64 0.6
Hex DB 59 7A 0 3B 2C E 159 40 3C
Octal 333 131 172 0 73 54 16 531 100 74
Binary 11011011 1011001 1111010 0 111011 101100 1110 101011001 1000000 111100

Color Harmonies of #DB597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB597A

Black with #DB597A

Text Example


Text Example

White with #DB597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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