Html Css Color HEX #DB4970 Cranberry

📋 copy color: '#DB4970'

red 219 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #DB4970

Tints of Cranberry #DB4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 54.21%
G = 18.07%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB4970 (or 0xDB4970) is known color: Cranberry. HEX triplet: DB, 49 and 70. RGB value is (219,73,112). Sum of RGB (Red+Green+Blue) = 219+73+112=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4970 is #24B68F. Grayscale: #797979. Windows color (decimal): -2406032 or 7358939. OLE color: 7358939.

HSL color Cylindrical-coordinate representation of color #DB4970: hue angle of 343.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4970 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 112 -
CMYK 0 0.67 0.49 0.14
HSL 343.97º 0.67% 0.57% -
HSV(B) 343.97º 0.67% 0.86% -
XYZ 34.52 21 17.56 -
YUV 121.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 219 73 112 0 0.67 0.49 0.14 343.97 0.67 0.57
Hex DB 49 70 0 43 31 E 158 43 39
Octal 333 111 160 0 103 61 16 530 103 71
Binary 11011011 1001001 1110000 0 1000011 110001 1110 101011000 1000011 111001

Color Harmonies of #DB4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4970

Black with #DB4970

Text Example


Text Example

White with #DB4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4970; }

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

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

background-color css

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

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

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

border-color css

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

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

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