Html Css Color HEX #DB5270 Cranberry

📋 copy color: '#DB5270'

red 219 ◦ green 82 ◦ blue 112

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

Shades of Cranberry #DB5270

Tints of Cranberry #DB5270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 53.03%
G = 19.85%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB5270 (or 0xDB5270) is known color: Cranberry. HEX triplet: DB, 52 and 70. RGB value is (219,82,112). Sum of RGB (Red+Green+Blue) = 219+82+112=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5270 is #24AD8F. Grayscale: #7E7E7E. Windows color (decimal): -2403728 or 7361243. OLE color: 7361243.

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

Color convert

RGB 219 82 112 -
CMYK 0 0.63 0.49 0.14
HSL 346.86º 0.66% 0.59% -
HSV(B) 346.86º 0.63% 0.86% -
XYZ 35.16 22.26 17.77 -
YUV 126.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 219 82 112 0 0.63 0.49 0.14 346.86 0.66 0.59
Hex DB 52 70 0 3F 31 E 15B 42 3B
Octal 333 122 160 0 77 61 16 533 102 73
Binary 11011011 1010010 1110000 0 111111 110001 1110 101011011 1000010 111011

Color Harmonies of #DB5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5270

Black with #DB5270

Text Example


Text Example

White with #DB5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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