Html Css Color HEX #DB486E Cranberry

📋 copy color: '#DB486E'

red 219 ◦ green 72 ◦ blue 110

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

Shades of Cranberry #DB486E

Tints of Cranberry #DB486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 54.61%
G = 17.96%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB486E (or 0xDB486E) is known color: Cranberry. HEX triplet: DB, 48 and 6E. RGB value is (219,72,110). Sum of RGB (Red+Green+Blue) = 219+72+110=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486E is #24B791. Grayscale: #787878. Windows color (decimal): -2406290 or 7227611. OLE color: 7227611.

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

Color convert

RGB 219 72 110 -
CMYK 0 0.67 0.50 0.14
HSL 344.49º 0.67% 0.57% -
HSV(B) 344.49º 0.67% 0.86% -
XYZ 34.35 20.82 16.96 -
YUV 120.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 219 72 110 0 0.67 0.50 0.14 344.49 0.67 0.57
Hex DB 48 6E 0 43 32 E 158 43 39
Octal 333 110 156 0 103 62 16 530 103 71
Binary 11011011 1001000 1101110 0 1000011 110010 1110 101011000 1000011 111001

Color Harmonies of #DB486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB486E

Black with #DB486E

Text Example


Text Example

White with #DB486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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