Html Css Color HEX #DB3F79 Cranberry

📋 copy color: '#DB3F79'

red 219 ◦ green 63 ◦ blue 121

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

Shades of Cranberry #DB3F79

Tints of Cranberry #DB3F79

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 54.34%
G = 15.63%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB3F79 (or 0xDB3F79) is known color: Cranberry. HEX triplet: DB, 3F and 79. RGB value is (219,63,121). Sum of RGB (Red+Green+Blue) = 219+63+121=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F79 is #24C086. Grayscale: #747474. Windows color (decimal): -2408583 or 7946203. OLE color: 7946203.

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

Color convert

RGB 219 63 121 -
CMYK 0 0.71 0.45 0.14
HSL 337.69º 0.68% 0.55% -
HSV(B) 337.69º 0.71% 0.86% -
XYZ 34.44 20 20.13 -
YUV 116.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 219 63 121 0 0.71 0.45 0.14 337.69 0.68 0.55
Hex DB 3F 79 0 47 2D E 152 44 37
Octal 333 77 171 0 107 55 16 522 104 67
Binary 11011011 111111 1111001 0 1000111 101101 1110 101010010 1000100 110111

Color Harmonies of #DB3F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F79

Black with #DB3F79

Text Example


Text Example

White with #DB3F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F79; }

 p { color: rgb(219,63,121); }

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

background-color css

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

 a { background-color: rgb(219,63,121); }

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

border-color css

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

 span { border-color: rgb(219,63,121); }

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