Html Css Color HEX #DB5273 Cranberry

📋 copy color: '#DB5273'

red 219 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #DB5273

Tints of Cranberry #DB5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 52.64%
G = 19.71%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5273 (or 0xDB5273) is known color: Cranberry. HEX triplet: DB, 52 and 73. RGB value is (219,82,115). Sum of RGB (Red+Green+Blue) = 219+82+115=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5273 is #24AD8C. Grayscale: #7E7E7E. Windows color (decimal): -2403725 or 7557851. OLE color: 7557851.

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

Color convert

RGB 219 82 115 -
CMYK 0 0.63 0.47 0.14
HSL 345.55º 0.66% 0.59% -
HSV(B) 345.55º 0.63% 0.86% -
XYZ 35.33 22.33 18.67 -
YUV 126.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 219 82 115 0 0.63 0.47 0.14 345.55 0.66 0.59
Hex DB 52 73 0 3F 2F E 15A 42 3B
Octal 333 122 163 0 77 57 16 532 102 73
Binary 11011011 1010010 1110011 0 111111 101111 1110 101011010 1000010 111011

Color Harmonies of #DB5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5273

Black with #DB5273

Text Example


Text Example

White with #DB5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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