Html Css Color HEX #DB486F Cranberry

📋 copy color: '#DB486F'

red 219 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #DB486F

Tints of Cranberry #DB486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 54.48%
G = 17.91%
B = 27.61%

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

#DB486F (or 0xDB486F) is known color: Cranberry. HEX triplet: DB, 48 and 6F. RGB value is (219,72,111). Sum of RGB (Red+Green+Blue) = 219+72+111=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486F is #24B790. Grayscale: #787878. Windows color (decimal): -2406289 or 7293147. OLE color: 7293147.

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

Color convert

RGB 219 72 111 -
CMYK 0 0.67 0.49 0.14
HSL 344.08º 0.67% 0.57% -
HSV(B) 344.08º 0.67% 0.86% -
XYZ 34.4 20.84 17.25 -
YUV 120.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 219 72 111 0 0.67 0.49 0.14 344.08 0.67 0.57
Hex DB 48 6F 0 43 31 E 158 43 39
Octal 333 110 157 0 103 61 16 530 103 71
Binary 11011011 1001000 1101111 0 1000011 110001 1110 101011000 1000011 111001

Color Harmonies of #DB486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB486F

Black with #DB486F

Text Example


Text Example

White with #DB486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB486F; }

 p { color: rgb(219,72,111); }

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

background-color css

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

 a { background-color: rgb(219,72,111); }

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

border-color css

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

 span { border-color: rgb(219,72,111); }

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