Html Css Color HEX #DB5276 Cranberry

📋 copy color: '#DB5276'

red 219 ◦ green 82 ◦ blue 118

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

Shades of Cranberry #DB5276

Tints of Cranberry #DB5276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 52.27%
G = 19.57%
B = 28.16%

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

#DB5276 (or 0xDB5276) is known color: Cranberry. HEX triplet: DB, 52 and 76. RGB value is (219,82,118). Sum of RGB (Red+Green+Blue) = 219+82+118=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5276 is #24AD89. Grayscale: #7F7F7F. Windows color (decimal): -2403722 or 7754459. OLE color: 7754459.

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

Color convert

RGB 219 82 118 -
CMYK 0 0.63 0.46 0.14
HSL 344.23º 0.66% 0.59% -
HSV(B) 344.23º 0.63% 0.86% -
XYZ 35.5 22.4 19.59 -
YUV 127.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 219 82 118 0 0.63 0.46 0.14 344.23 0.66 0.59
Hex DB 52 76 0 3F 2E E 158 42 3B
Octal 333 122 166 0 77 56 16 530 102 73
Binary 11011011 1010010 1110110 0 111111 101110 1110 101011000 1000010 111011

Color Harmonies of #DB5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5276

Black with #DB5276

Text Example


Text Example

White with #DB5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5276; }

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

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

background-color css

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

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

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

border-color css

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

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

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