Html Css Color HEX #DB5272 Cranberry

📋 copy color: '#DB5272'

red 219 ◦ green 82 ◦ blue 114

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

Shades of Cranberry #DB5272

Tints of Cranberry #DB5272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 52.77%
G = 19.76%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5272 (or 0xDB5272) is known color: Cranberry. HEX triplet: DB, 52 and 72. RGB value is (219,82,114). Sum of RGB (Red+Green+Blue) = 219+82+114=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5272 is #24AD8D. Grayscale: #7E7E7E. Windows color (decimal): -2403726 or 7492315. OLE color: 7492315.

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

Color convert

RGB 219 82 114 -
CMYK 0 0.63 0.48 0.14
HSL 345.99º 0.66% 0.59% -
HSV(B) 345.99º 0.63% 0.86% -
XYZ 35.27 22.31 18.37 -
YUV 126.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 219 82 114 0 0.63 0.48 0.14 345.99 0.66 0.59
Hex DB 52 72 0 3F 30 E 15A 42 3B
Octal 333 122 162 0 77 60 16 532 102 73
Binary 11011011 1010010 1110010 0 111111 110000 1110 101011010 1000010 111011

Color Harmonies of #DB5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5272

Black with #DB5272

Text Example


Text Example

White with #DB5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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