Html Css Color HEX #DB5970 Cranberry

📋 copy color: '#DB5970'

red 219 ◦ green 89 ◦ blue 112

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

Shades of Cranberry #DB5970

Tints of Cranberry #DB5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 52.14%
G = 21.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB5970 (or 0xDB5970) is known color: Cranberry. HEX triplet: DB, 59 and 70. RGB value is (219,89,112). Sum of RGB (Red+Green+Blue) = 219+89+112=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5970 is #24A68F. Grayscale: #828282. Windows color (decimal): -2401936 or 7363035. OLE color: 7363035.

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

Color convert

RGB 219 89 112 -
CMYK 0 0.59 0.49 0.14
HSL 349.38º 0.64% 0.6% -
HSV(B) 349.38º 0.59% 0.86% -
XYZ 35.71 23.37 17.96 -
YUV 130.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 219 89 112 0 0.59 0.49 0.14 349.38 0.64 0.6
Hex DB 59 70 0 3B 31 E 15D 40 3C
Octal 333 131 160 0 73 61 16 535 100 74
Binary 11011011 1011001 1110000 0 111011 110001 1110 101011101 1000000 111100

Color Harmonies of #DB5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5970

Black with #DB5970

Text Example


Text Example

White with #DB5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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