Html Css Color HEX #DB587A Cranberry

📋 copy color: '#DB587A'

red 219 ◦ green 88 ◦ blue 122

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

Shades of Cranberry #DB587A

Tints of Cranberry #DB587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 51.05%
G = 20.51%
B = 28.44%

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

#DB587A (or 0xDB587A) is known color: Cranberry. HEX triplet: DB, 58 and 7A. RGB value is (219,88,122). Sum of RGB (Red+Green+Blue) = 219+88+122=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB587A is #24A785. Grayscale: #838383. Windows color (decimal): -2402182 or 8018139. OLE color: 8018139.

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

Color convert

RGB 219 88 122 -
CMYK 0 0.60 0.44 0.14
HSL 344.43º 0.65% 0.6% -
HSV(B) 344.43º 0.6% 0.86% -
XYZ 36.22 23.44 21.03 -
YUV 131.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 219 88 122 0 0.60 0.44 0.14 344.43 0.65 0.6
Hex DB 58 7A 0 3C 2C E 158 41 3C
Octal 333 130 172 0 74 54 16 530 101 74
Binary 11011011 1011000 1111010 0 111100 101100 1110 101011000 1000001 111100

Color Harmonies of #DB587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB587A

Black with #DB587A

Text Example


Text Example

White with #DB587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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