Html Css Color HEX #DB587C Cranberry

📋 copy color: '#DB587C'

red 219 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #DB587C

Tints of Cranberry #DB587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 50.81%
G = 20.42%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB587C (or 0xDB587C) is known color: Cranberry. HEX triplet: DB, 58 and 7C. RGB value is (219,88,124). Sum of RGB (Red+Green+Blue) = 219+88+124=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB587C is #24A783. Grayscale: #838383. Windows color (decimal): -2402180 or 8149211. OLE color: 8149211.

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

Color convert

RGB 219 88 124 -
CMYK 0 0.60 0.43 0.14
HSL 343.51º 0.65% 0.6% -
HSV(B) 343.51º 0.6% 0.86% -
XYZ 36.34 23.49 21.69 -
YUV 131.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 219 88 124 0 0.60 0.43 0.14 343.51 0.65 0.6
Hex DB 58 7C 0 3C 2B E 158 41 3C
Octal 333 130 174 0 74 53 16 530 101 74
Binary 11011011 1011000 1111100 0 111100 101011 1110 101011000 1000001 111100

Color Harmonies of #DB587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB587C

Black with #DB587C

Text Example


Text Example

White with #DB587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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