Html Css Color HEX #DB567A Cranberry

📋 copy color: '#DB567A'

red 219 ◦ green 86 ◦ blue 122

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

Shades of Cranberry #DB567A

Tints of Cranberry #DB567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 51.29%
G = 20.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB567A (or 0xDB567A) is known color: Cranberry. HEX triplet: DB, 56 and 7A. RGB value is (219,86,122). Sum of RGB (Red+Green+Blue) = 219+86+122=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB567A is #24A985. Grayscale: #818181. Windows color (decimal): -2402694 or 8017627. OLE color: 8017627.

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

Color convert

RGB 219 86 122 -
CMYK 0 0.61 0.44 0.14
HSL 343.76º 0.65% 0.6% -
HSV(B) 343.76º 0.61% 0.86% -
XYZ 36.05 23.12 20.97 -
YUV 129.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 219 86 122 0 0.61 0.44 0.14 343.76 0.65 0.6
Hex DB 56 7A 0 3D 2C E 158 41 3C
Octal 333 126 172 0 75 54 16 530 101 74
Binary 11011011 1010110 1111010 0 111101 101100 1110 101011000 1000001 111100

Color Harmonies of #DB567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB567A

Black with #DB567A

Text Example


Text Example

White with #DB567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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