Html Css Color HEX #DB4D89 Cranberry

📋 copy color: '#DB4D89'

red 219 ◦ green 77 ◦ blue 137

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

Shades of Cranberry #DB4D89

Tints of Cranberry #DB4D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 50.58%
G = 17.78%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB4D89 (or 0xDB4D89) is known color: Cranberry. HEX triplet: DB, 4D and 89. RGB value is (219,77,137). Sum of RGB (Red+Green+Blue) = 219+77+137=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D89 is #24B276. Grayscale: #7E7E7E. Windows color (decimal): -2404983 or 8998363. OLE color: 8998363.

HSL color Cylindrical-coordinate representation of color #DB4D89: hue angle of 334.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D89 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 137 -
CMYK 0 0.65 0.37 0.14
HSL 334.65º 0.66% 0.58% -
HSV(B) 334.65º 0.65% 0.86% -
XYZ 36.38 22.17 26.03 -
YUV 126.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 219 77 137 0 0.65 0.37 0.14 334.65 0.66 0.58
Hex DB 4D 89 0 41 25 E 14F 42 3A
Octal 333 115 211 0 101 45 16 517 102 72
Binary 11011011 1001101 10001001 0 1000001 100101 1110 101001111 1000010 111010

Color Harmonies of #DB4D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D89

Black with #DB4D89

Text Example


Text Example

White with #DB4D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D89; }

 p { color: rgb(219,77,137); }

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

background-color css

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

 a { background-color: rgb(219,77,137); }

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

border-color css

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

 span { border-color: rgb(219,77,137); }

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