Html Css Color HEX #DB446E Cranberry

📋 copy color: '#DB446E'

red 219 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #DB446E

Tints of Cranberry #DB446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 55.16%
G = 17.13%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB446E (or 0xDB446E) is known color: Cranberry. HEX triplet: DB, 44 and 6E. RGB value is (219,68,110). Sum of RGB (Red+Green+Blue) = 219+68+110=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB446E is #24BB91. Grayscale: #757575. Windows color (decimal): -2407314 or 7226587. OLE color: 7226587.

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

Color convert

RGB 219 68 110 -
CMYK 0 0.69 0.50 0.14
HSL 343.31º 0.68% 0.56% -
HSV(B) 343.31º 0.69% 0.86% -
XYZ 34.1 20.32 16.88 -
YUV 117.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 219 68 110 0 0.69 0.50 0.14 343.31 0.68 0.56
Hex DB 44 6E 0 45 32 E 157 44 38
Octal 333 104 156 0 105 62 16 527 104 70
Binary 11011011 1000100 1101110 0 1000101 110010 1110 101010111 1000100 111000

Color Harmonies of #DB446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB446E

Black with #DB446E

Text Example


Text Example

White with #DB446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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