Html Css Color HEX #DB577A Cranberry

📋 copy color: '#DB577A'

red 219 ◦ green 87 ◦ blue 122

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

Shades of Cranberry #DB577A

Tints of Cranberry #DB577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.33%

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

R = 51.17%
G = 20.33%
B = 28.5%

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

#DB577A (or 0xDB577A) is known color: Cranberry. HEX triplet: DB, 57 and 7A. RGB value is (219,87,122). Sum of RGB (Red+Green+Blue) = 219+87+122=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB577A is #24A885. Grayscale: #828282. Windows color (decimal): -2402438 or 8017883. OLE color: 8017883.

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

Color convert

RGB 219 87 122 -
CMYK 0 0.60 0.44 0.14
HSL 344.09º 0.65% 0.6% -
HSV(B) 344.09º 0.6% 0.86% -
XYZ 36.13 23.28 21 -
YUV 130.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 219 87 122 0 0.60 0.44 0.14 344.09 0.65 0.6
Hex DB 57 7A 0 3C 2C E 158 41 3C
Octal 333 127 172 0 74 54 16 530 101 74
Binary 11011011 1010111 1111010 0 111100 101100 1110 101011000 1000001 111100

Color Harmonies of #DB577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB577A

Black with #DB577A

Text Example


Text Example

White with #DB577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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