Html Css Color HEX #DB4974 Cranberry

📋 copy color: '#DB4974'

red 219 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #DB4974

Tints of Cranberry #DB4974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 53.68%
G = 17.89%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4974 (or 0xDB4974) is known color: Cranberry. HEX triplet: DB, 49 and 74. RGB value is (219,73,116). Sum of RGB (Red+Green+Blue) = 219+73+116=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4974 is #24B68B. Grayscale: #797979. Windows color (decimal): -2406028 or 7621083. OLE color: 7621083.

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

Color convert

RGB 219 73 116 -
CMYK 0 0.67 0.47 0.14
HSL 342.33º 0.67% 0.57% -
HSV(B) 342.33º 0.67% 0.86% -
XYZ 34.75 21.09 18.76 -
YUV 121.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 219 73 116 0 0.67 0.47 0.14 342.33 0.67 0.57
Hex DB 49 74 0 43 2F E 156 43 39
Octal 333 111 164 0 103 57 16 526 103 71
Binary 11011011 1001001 1110100 0 1000011 101111 1110 101010110 1000011 111001

Color Harmonies of #DB4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4974

Black with #DB4974

Text Example


Text Example

White with #DB4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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