Html Css Color HEX #DB5277 Cranberry

📋 copy color: '#DB5277'

red 219 ◦ green 82 ◦ blue 119

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

Shades of Cranberry #DB5277

Tints of Cranberry #DB5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 52.14%
G = 19.52%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB5277 (or 0xDB5277) is known color: Cranberry. HEX triplet: DB, 52 and 77. RGB value is (219,82,119). Sum of RGB (Red+Green+Blue) = 219+82+119=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5277 is #24AD88. Grayscale: #7F7F7F. Windows color (decimal): -2403721 or 7819995. OLE color: 7819995.

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

Color convert

RGB 219 82 119 -
CMYK 0 0.63 0.46 0.14
HSL 343.8º 0.66% 0.59% -
HSV(B) 343.8º 0.63% 0.86% -
XYZ 35.56 22.43 19.91 -
YUV 127.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 219 82 119 0 0.63 0.46 0.14 343.8 0.66 0.59
Hex DB 52 77 0 3F 2E E 158 42 3B
Octal 333 122 167 0 77 56 16 530 102 73
Binary 11011011 1010010 1110111 0 111111 101110 1110 101011000 1000010 111011

Color Harmonies of #DB5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5277

Black with #DB5277

Text Example


Text Example

White with #DB5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5277; }

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

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

background-color css

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

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

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

border-color css

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

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

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