Html Css Color HEX #DB466F Cranberry

📋 copy color: '#DB466F'

red 219 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DB466F

Tints of Cranberry #DB466F

RGB

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

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

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

R = 54.75%
G = 17.5%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB466F (or 0xDB466F) is known color: Cranberry. HEX triplet: DB, 46 and 6F. RGB value is (219,70,111). Sum of RGB (Red+Green+Blue) = 219+70+111=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB466F is #24B990. Grayscale: #777777. Windows color (decimal): -2406801 or 7292635. OLE color: 7292635.

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

Color convert

RGB 219 70 111 -
CMYK 0 0.68 0.49 0.14
HSL 343.49º 0.67% 0.57% -
HSV(B) 343.49º 0.68% 0.86% -
XYZ 34.27 20.59 17.21 -
YUV 119.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 219 70 111 0 0.68 0.49 0.14 343.49 0.67 0.57
Hex DB 46 6F 0 44 31 E 157 43 39
Octal 333 106 157 0 104 61 16 527 103 71
Binary 11011011 1000110 1101111 0 1000100 110001 1110 101010111 1000011 111001

Color Harmonies of #DB466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB466F

Black with #DB466F

Text Example


Text Example

White with #DB466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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