Html Css Color HEX #DB446A Cranberry

📋 copy color: '#DB446A'

red 219 ◦ green 68 ◦ blue 106

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

Shades of Cranberry #DB446A

Tints of Cranberry #DB446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 55.73%
G = 17.3%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB446A (or 0xDB446A) is known color: Cranberry. HEX triplet: DB, 44 and 6A. RGB value is (219,68,106). Sum of RGB (Red+Green+Blue) = 219+68+106=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB446A is #24BB95. Grayscale: #757575. Windows color (decimal): -2407318 or 6964443. OLE color: 6964443.

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

Color convert

RGB 219 68 106 -
CMYK 0 0.69 0.52 0.14
HSL 344.9º 0.68% 0.56% -
HSV(B) 344.9º 0.69% 0.86% -
XYZ 33.88 20.23 15.76 -
YUV 117.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 219 68 106 0 0.69 0.52 0.14 344.9 0.68 0.56
Hex DB 44 6A 0 45 34 E 159 44 38
Octal 333 104 152 0 105 64 16 531 104 70
Binary 11011011 1000100 1101010 0 1000101 110100 1110 101011001 1000100 111000

Color Harmonies of #DB446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB446A

Black with #DB446A

Text Example


Text Example

White with #DB446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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