Html Css Color HEX #DB467B Cranberry

📋 copy color: '#DB467B'

red 219 ◦ green 70 ◦ blue 123

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

Shades of Cranberry #DB467B

Tints of Cranberry #DB467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 53.16%
G = 16.99%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB467B (or 0xDB467B) is known color: Cranberry. HEX triplet: DB, 46 and 7B. RGB value is (219,70,123). Sum of RGB (Red+Green+Blue) = 219+70+123=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB467B is #24B984. Grayscale: #787878. Windows color (decimal): -2406789 or 8079067. OLE color: 8079067.

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

Color convert

RGB 219 70 123 -
CMYK 0 0.68 0.44 0.14
HSL 338.66º 0.67% 0.57% -
HSV(B) 338.66º 0.68% 0.86% -
XYZ 34.98 20.87 20.92 -
YUV 120.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 219 70 123 0 0.68 0.44 0.14 338.66 0.67 0.57
Hex DB 46 7B 0 44 2C E 153 43 39
Octal 333 106 173 0 104 54 16 523 103 71
Binary 11011011 1000110 1111011 0 1000100 101100 1110 101010011 1000011 111001

Color Harmonies of #DB467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB467B

Black with #DB467B

Text Example


Text Example

White with #DB467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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