Html Css Color HEX #DB566F Cranberry

📋 copy color: '#DB566F'

red 219 ◦ green 86 ◦ blue 111

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

Shades of Cranberry #DB566F

Tints of Cranberry #DB566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

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

R = 52.64%
G = 20.67%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB566F (or 0xDB566F) is known color: Cranberry. HEX triplet: DB, 56 and 6F. RGB value is (219,86,111). Sum of RGB (Red+Green+Blue) = 219+86+111=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB566F is #24A990. Grayscale: #808080. Windows color (decimal): -2402705 or 7296731. OLE color: 7296731.

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

Color convert

RGB 219 86 111 -
CMYK 0 0.61 0.49 0.14
HSL 348.72º 0.65% 0.6% -
HSV(B) 348.72º 0.61% 0.86% -
XYZ 35.41 22.86 17.59 -
YUV 128.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 219 86 111 0 0.61 0.49 0.14 348.72 0.65 0.6
Hex DB 56 6F 0 3D 31 E 15D 41 3C
Octal 333 126 157 0 75 61 16 535 101 74
Binary 11011011 1010110 1101111 0 111101 110001 1110 101011101 1000001 111100

Color Harmonies of #DB566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB566F

Black with #DB566F

Text Example


Text Example

White with #DB566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB566F; }

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

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

background-color css

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

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

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

border-color css

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

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

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