Html Css Color HEX #DB4887 Cranberry

📋 copy color: '#DB4887'

red 219 ◦ green 72 ◦ blue 135

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

Shades of Cranberry #DB4887

Tints of Cranberry #DB4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 51.41%
G = 16.9%
B = 31.69%

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

#DB4887 (or 0xDB4887) is known color: Cranberry. HEX triplet: DB, 48 and 87. RGB value is (219,72,135). Sum of RGB (Red+Green+Blue) = 219+72+135=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4887 is #24B778. Grayscale: #7B7B7B. Windows color (decimal): -2406265 or 8866011. OLE color: 8866011.

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

Color convert

RGB 219 72 135 -
CMYK 0 0.67 0.38 0.14
HSL 334.29º 0.67% 0.57% -
HSV(B) 334.29º 0.67% 0.86% -
XYZ 35.9 21.44 25.17 -
YUV 123.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 219 72 135 0 0.67 0.38 0.14 334.29 0.67 0.57
Hex DB 48 87 0 43 26 E 14E 43 39
Octal 333 110 207 0 103 46 16 516 103 71
Binary 11011011 1001000 10000111 0 1000011 100110 1110 101001110 1000011 111001

Color Harmonies of #DB4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4887

Black with #DB4887

Text Example


Text Example

White with #DB4887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4887; }

 p { color: rgb(219,72,135); }

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

background-color css

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

 a { background-color: rgb(219,72,135); }

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

border-color css

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

 span { border-color: rgb(219,72,135); }

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