Html Css Color HEX #DB496C Cranberry

📋 copy color: '#DB496C'

red 219 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #DB496C

Tints of Cranberry #DB496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 54.75%
G = 18.25%
B = 27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB496C (or 0xDB496C) is known color: Cranberry. HEX triplet: DB, 49 and 6C. RGB value is (219,73,108). Sum of RGB (Red+Green+Blue) = 219+73+108=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB496C is #24B693. Grayscale: #787878. Windows color (decimal): -2406036 or 7096795. OLE color: 7096795.

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

Color convert

RGB 219 73 108 -
CMYK 0 0.67 0.51 0.14
HSL 345.62º 0.67% 0.57% -
HSV(B) 345.62º 0.67% 0.86% -
XYZ 34.3 20.91 16.42 -
YUV 120.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 219 73 108 0 0.67 0.51 0.14 345.62 0.67 0.57
Hex DB 49 6C 0 43 33 E 15A 43 39
Octal 333 111 154 0 103 63 16 532 103 71
Binary 11011011 1001001 1101100 0 1000011 110011 1110 101011010 1000011 111001

Color Harmonies of #DB496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB496C

Black with #DB496C

Text Example


Text Example

White with #DB496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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