Html Css Color HEX #DB536F Cranberry

📋 copy color: '#DB536F'

red 219 ◦ green 83 ◦ blue 111

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

Shades of Cranberry #DB536F

Tints of Cranberry #DB536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 53.03%
G = 20.1%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB536F (or 0xDB536F) is known color: Cranberry. HEX triplet: DB, 53 and 6F. RGB value is (219,83,111). Sum of RGB (Red+Green+Blue) = 219+83+111=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB536F is #24AC90. Grayscale: #7E7E7E. Windows color (decimal): -2403473 or 7295963. OLE color: 7295963.

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

Color convert

RGB 219 83 111 -
CMYK 0 0.62 0.49 0.14
HSL 347.65º 0.65% 0.59% -
HSV(B) 347.65º 0.62% 0.86% -
XYZ 35.18 22.39 17.51 -
YUV 126.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 219 83 111 0 0.62 0.49 0.14 347.65 0.65 0.59
Hex DB 53 6F 0 3E 31 E 15C 41 3B
Octal 333 123 157 0 76 61 16 534 101 73
Binary 11011011 1010011 1101111 0 111110 110001 1110 101011100 1000001 111011

Color Harmonies of #DB536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB536F

Black with #DB536F

Text Example


Text Example

White with #DB536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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