Html Css Color HEX #DB587B Cranberry

📋 copy color: '#DB587B'

red 219 ◦ green 88 ◦ blue 123

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

Shades of Cranberry #DB587B

Tints of Cranberry #DB587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 50.93%
G = 20.47%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB587B (or 0xDB587B) is known color: Cranberry. HEX triplet: DB, 58 and 7B. RGB value is (219,88,123). Sum of RGB (Red+Green+Blue) = 219+88+123=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB587B is #24A784. Grayscale: #838383. Windows color (decimal): -2402181 or 8083675. OLE color: 8083675.

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

Color convert

RGB 219 88 123 -
CMYK 0 0.60 0.44 0.14
HSL 343.97º 0.65% 0.6% -
HSV(B) 343.97º 0.6% 0.86% -
XYZ 36.28 23.47 21.36 -
YUV 131.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 219 88 123 0 0.60 0.44 0.14 343.97 0.65 0.6
Hex DB 58 7B 0 3C 2C E 158 41 3C
Octal 333 130 173 0 74 54 16 530 101 74
Binary 11011011 1011000 1111011 0 111100 101100 1110 101011000 1000001 111100

Color Harmonies of #DB587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB587B

Black with #DB587B

Text Example


Text Example

White with #DB587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB587B; }

 p { color: rgb(219,88,123); }

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

background-color css

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

 a { background-color: rgb(219,88,123); }

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

border-color css

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

 span { border-color: rgb(219,88,123); }

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