Html Css Color HEX #DB4989 Cranberry

📋 copy color: '#DB4989'

red 219 ◦ green 73 ◦ blue 137

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

Shades of Cranberry #DB4989

Tints of Cranberry #DB4989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

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

R = 51.05%
G = 17.02%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB4989 (or 0xDB4989) is known color: Cranberry. HEX triplet: DB, 49 and 89. RGB value is (219,73,137). Sum of RGB (Red+Green+Blue) = 219+73+137=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4989 is #24B676. Grayscale: #7B7B7B. Windows color (decimal): -2406007 or 8997339. OLE color: 8997339.

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

Color convert

RGB 219 73 137 -
CMYK 0 0.67 0.37 0.14
HSL 333.7º 0.67% 0.57% -
HSV(B) 333.7º 0.67% 0.86% -
XYZ 36.11 21.63 25.94 -
YUV 123.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 219 73 137 0 0.67 0.37 0.14 333.7 0.67 0.57
Hex DB 49 89 0 43 25 E 14E 43 39
Octal 333 111 211 0 103 45 16 516 103 71
Binary 11011011 1001001 10001001 0 1000011 100101 1110 101001110 1000011 111001

Color Harmonies of #DB4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4989

Black with #DB4989

Text Example


Text Example

White with #DB4989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4989; }

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

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

background-color css

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

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

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

border-color css

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

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

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