Html Css Color HEX #DB4788 Cranberry

📋 copy color: '#DB4788'

red 219 ◦ green 71 ◦ blue 136

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

Shades of Cranberry #DB4788

Tints of Cranberry #DB4788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.67%

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

R = 51.41%
G = 16.67%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB4788 (or 0xDB4788) is known color: Cranberry. HEX triplet: DB, 47 and 88. RGB value is (219,71,136). Sum of RGB (Red+Green+Blue) = 219+71+136=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4788 is #24B877. Grayscale: #7A7A7A. Windows color (decimal): -2406520 or 8931291. OLE color: 8931291.

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

Color convert

RGB 219 71 136 -
CMYK 0 0.68 0.38 0.14
HSL 333.65º 0.67% 0.57% -
HSV(B) 333.65º 0.68% 0.86% -
XYZ 35.91 21.34 25.52 -
YUV 122.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 219 71 136 0 0.68 0.38 0.14 333.65 0.67 0.57
Hex DB 47 88 0 44 26 E 14E 43 39
Octal 333 107 210 0 104 46 16 516 103 71
Binary 11011011 1000111 10001000 0 1000100 100110 1110 101001110 1000011 111001

Color Harmonies of #DB4788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4788

Black with #DB4788

Text Example


Text Example

White with #DB4788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4788; }

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

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

background-color css

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

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

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

border-color css

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

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

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