Html Css Color HEX #DB446B Cranberry

📋 copy color: '#DB446B'

red 219 ◦ green 68 ◦ blue 107

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

Shades of Cranberry #DB446B

Tints of Cranberry #DB446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 55.58%
G = 17.26%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB446B (or 0xDB446B) is known color: Cranberry. HEX triplet: DB, 44 and 6B. RGB value is (219,68,107). Sum of RGB (Red+Green+Blue) = 219+68+107=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB446B is #24BB94. Grayscale: #757575. Windows color (decimal): -2407317 or 7029979. OLE color: 7029979.

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

Color convert

RGB 219 68 107 -
CMYK 0 0.69 0.51 0.14
HSL 344.5º 0.68% 0.56% -
HSV(B) 344.5º 0.69% 0.86% -
XYZ 33.93 20.26 16.03 -
YUV 117.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 219 68 107 0 0.69 0.51 0.14 344.5 0.68 0.56
Hex DB 44 6B 0 45 33 E 159 44 38
Octal 333 104 153 0 105 63 16 531 104 70
Binary 11011011 1000100 1101011 0 1000101 110011 1110 101011001 1000100 111000

Color Harmonies of #DB446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB446B

Black with #DB446B

Text Example


Text Example

White with #DB446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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