Html Css Color HEX #DB567C Cranberry

📋 copy color: '#DB567C'

red 219 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #DB567C

Tints of Cranberry #DB567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 51.05%
G = 20.05%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB567C (or 0xDB567C) is known color: Cranberry. HEX triplet: DB, 56 and 7C. RGB value is (219,86,124). Sum of RGB (Red+Green+Blue) = 219+86+124=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB567C is #24A983. Grayscale: #828282. Windows color (decimal): -2402692 or 8148699. OLE color: 8148699.

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

Color convert

RGB 219 86 124 -
CMYK 0 0.61 0.43 0.14
HSL 342.86º 0.65% 0.6% -
HSV(B) 342.86º 0.61% 0.86% -
XYZ 36.18 23.17 21.63 -
YUV 130.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 219 86 124 0 0.61 0.43 0.14 342.86 0.65 0.6
Hex DB 56 7C 0 3D 2B E 157 41 3C
Octal 333 126 174 0 75 53 16 527 101 74
Binary 11011011 1010110 1111100 0 111101 101011 1110 101010111 1000001 111100

Color Harmonies of #DB567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB567C

Black with #DB567C

Text Example


Text Example

White with #DB567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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