Html Css Color HEX #DB406F Cranberry

📋 copy color: '#DB406F'

red 219 ◦ green 64 ◦ blue 111

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

Shades of Cranberry #DB406F

Tints of Cranberry #DB406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

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

R = 55.58%
G = 16.24%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB406F (or 0xDB406F) is known color: Cranberry. HEX triplet: DB, 40 and 6F. RGB value is (219,64,111). Sum of RGB (Red+Green+Blue) = 219+64+111=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB406F is #24BF90. Grayscale: #737373. Windows color (decimal): -2408337 or 7291099. OLE color: 7291099.

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

Color convert

RGB 219 64 111 -
CMYK 0 0.71 0.49 0.14
HSL 341.81º 0.68% 0.55% -
HSV(B) 341.81º 0.71% 0.86% -
XYZ 33.92 19.87 17.09 -
YUV 115.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 219 64 111 0 0.71 0.49 0.14 341.81 0.68 0.55
Hex DB 40 6F 0 47 31 E 156 44 37
Octal 333 100 157 0 107 61 16 526 104 67
Binary 11011011 1000000 1101111 0 1000111 110001 1110 101010110 1000100 110111

Color Harmonies of #DB406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB406F

Black with #DB406F

Text Example


Text Example

White with #DB406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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