Html Css Color HEX #DB3C76 Cranberry

📋 copy color: '#DB3C76'

red 219 ◦ green 60 ◦ blue 118

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

Shades of Cranberry #DB3C76

Tints of Cranberry #DB3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 55.16%
G = 15.11%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3C76 (or 0xDB3C76) is known color: Cranberry. HEX triplet: DB, 3C and 76. RGB value is (219,60,118). Sum of RGB (Red+Green+Blue) = 219+60+118=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C76 is #24C389. Grayscale: #727272. Windows color (decimal): -2409354 or 7748827. OLE color: 7748827.

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

Color convert

RGB 219 60 118 -
CMYK 0 0.73 0.46 0.14
HSL 338.11º 0.69% 0.55% -
HSV(B) 338.11º 0.73% 0.86% -
XYZ 34.1 19.6 19.13 -
YUV 114.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 219 60 118 0 0.73 0.46 0.14 338.11 0.69 0.55
Hex DB 3C 76 0 49 2E E 152 45 37
Octal 333 74 166 0 111 56 16 522 105 67
Binary 11011011 111100 1110110 0 1001001 101110 1110 101010010 1000101 110111

Color Harmonies of #DB3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C76

Black with #DB3C76

Text Example


Text Example

White with #DB3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C76; }

 p { color: rgb(219,60,118); }

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

background-color css

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

 a { background-color: rgb(219,60,118); }

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

border-color css

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

 span { border-color: rgb(219,60,118); }

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