Html Css Color HEX #DB467C Cranberry

📋 copy color: '#DB467C'

red 219 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #DB467C

Tints of Cranberry #DB467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

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

R = 53.03%
G = 16.95%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB467C (or 0xDB467C) is known color: Cranberry. HEX triplet: DB, 46 and 7C. RGB value is (219,70,124). Sum of RGB (Red+Green+Blue) = 219+70+124=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB467C is #24B983. Grayscale: #787878. Windows color (decimal): -2406788 or 8144603. OLE color: 8144603.

HSL color Cylindrical-coordinate representation of color #DB467C: hue angle of 338.26º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB467C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 124 -
CMYK 0 0.68 0.43 0.14
HSL 338.26º 0.67% 0.57% -
HSV(B) 338.26º 0.68% 0.86% -
XYZ 35.04 20.9 21.26 -
YUV 120.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 219 70 124 0 0.68 0.43 0.14 338.26 0.67 0.57
Hex DB 46 7C 0 44 2B E 152 43 39
Octal 333 106 174 0 104 53 16 522 103 71
Binary 11011011 1000110 1111100 0 1000100 101011 1110 101010010 1000011 111001

Color Harmonies of #DB467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB467C

Black with #DB467C

Text Example


Text Example

White with #DB467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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