Html Css Color HEX #DB536E Cranberry

📋 copy color: '#DB536E'

red 219 ◦ green 83 ◦ blue 110

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

Shades of Cranberry #DB536E

Tints of Cranberry #DB536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 53.16%
G = 20.15%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB536E (or 0xDB536E) is known color: Cranberry. HEX triplet: DB, 53 and 6E. RGB value is (219,83,110). Sum of RGB (Red+Green+Blue) = 219+83+110=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB536E is #24AC91. Grayscale: #7E7E7E. Windows color (decimal): -2403474 or 7230427. OLE color: 7230427.

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

Color convert

RGB 219 83 110 -
CMYK 0 0.62 0.50 0.14
HSL 348.09º 0.65% 0.59% -
HSV(B) 348.09º 0.62% 0.86% -
XYZ 35.12 22.37 17.22 -
YUV 126.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 219 83 110 0 0.62 0.50 0.14 348.09 0.65 0.59
Hex DB 53 6E 0 3E 32 E 15C 41 3B
Octal 333 123 156 0 76 62 16 534 101 73
Binary 11011011 1010011 1101110 0 111110 110010 1110 101011100 1000001 111011

Color Harmonies of #DB536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB536E

Black with #DB536E

Text Example


Text Example

White with #DB536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB536E; }

 p { color: rgb(219,83,110); }

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

background-color css

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

 a { background-color: rgb(219,83,110); }

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

border-color css

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

 span { border-color: rgb(219,83,110); }

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