Html Css Color HEX #DB4577 Cranberry

📋 copy color: '#DB4577'

red 219 ◦ green 69 ◦ blue 119

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

Shades of Cranberry #DB4577

Tints of Cranberry #DB4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

 BLUE value IS 119 (46.88% from 255) = 29.24%

R = 53.81%
G = 16.95%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB4577 (or 0xDB4577) is known color: Cranberry. HEX triplet: DB, 45 and 77. RGB value is (219,69,119). Sum of RGB (Red+Green+Blue) = 219+69+119=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4577 is #24BA88. Grayscale: #777777. Windows color (decimal): -2407049 or 7816667. OLE color: 7816667.

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

Color convert

RGB 219 69 119 -
CMYK 0 0.68 0.46 0.14
HSL 340º 0.68% 0.56% -
HSV(B) 340º 0.68% 0.86% -
XYZ 34.67 20.65 19.61 -
YUV 119.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 219 69 119 0 0.68 0.46 0.14 340 0.68 0.56
Hex DB 45 77 0 44 2E E 154 44 38
Octal 333 105 167 0 104 56 16 524 104 70
Binary 11011011 1000101 1110111 0 1000100 101110 1110 101010100 1000100 111000

Color Harmonies of #DB4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4577

Black with #DB4577

Text Example


Text Example

White with #DB4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4577; }

 p { color: rgb(219,69,119); }

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

background-color css

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

 a { background-color: rgb(219,69,119); }

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

border-color css

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

 span { border-color: rgb(219,69,119); }

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