Html Css Color HEX #DB4988 Cranberry

📋 copy color: '#DB4988'

red 219 ◦ green 73 ◦ blue 136

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

Shades of Cranberry #DB4988

Tints of Cranberry #DB4988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 51.17%
G = 17.06%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB4988 (or 0xDB4988) is known color: Cranberry. HEX triplet: DB, 49 and 88. RGB value is (219,73,136). Sum of RGB (Red+Green+Blue) = 219+73+136=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4988 is #24B677. Grayscale: #7B7B7B. Windows color (decimal): -2406008 or 8931803. OLE color: 8931803.

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

Color convert

RGB 219 73 136 -
CMYK 0 0.67 0.38 0.14
HSL 334.11º 0.67% 0.57% -
HSV(B) 334.11º 0.67% 0.86% -
XYZ 36.04 21.6 25.56 -
YUV 123.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 219 73 136 0 0.67 0.38 0.14 334.11 0.67 0.57
Hex DB 49 88 0 43 26 E 14E 43 39
Octal 333 111 210 0 103 46 16 516 103 71
Binary 11011011 1001001 10001000 0 1000011 100110 1110 101001110 1000011 111001

Color Harmonies of #DB4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4988

Black with #DB4988

Text Example


Text Example

White with #DB4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4988; }

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

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

background-color css

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

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

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

border-color css

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

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

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