Html Css Color HEX #DB456E Cranberry

📋 copy color: '#DB456E'

red 219 ◦ green 69 ◦ blue 110

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

Shades of Cranberry #DB456E

Tints of Cranberry #DB456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 55.03%
G = 17.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB456E (or 0xDB456E) is known color: Cranberry. HEX triplet: DB, 45 and 6E. RGB value is (219,69,110). Sum of RGB (Red+Green+Blue) = 219+69+110=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB456E is #24BA91. Grayscale: #767676. Windows color (decimal): -2407058 or 7226843. OLE color: 7226843.

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

Color convert

RGB 219 69 110 -
CMYK 0 0.68 0.50 0.14
HSL 343.6º 0.68% 0.56% -
HSV(B) 343.6º 0.68% 0.86% -
XYZ 34.16 20.44 16.9 -
YUV 118.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 219 69 110 0 0.68 0.50 0.14 343.6 0.68 0.56
Hex DB 45 6E 0 44 32 E 158 44 38
Octal 333 105 156 0 104 62 16 530 104 70
Binary 11011011 1000101 1101110 0 1000100 110010 1110 101011000 1000100 111000

Color Harmonies of #DB456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB456E

Black with #DB456E

Text Example


Text Example

White with #DB456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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