Html Css Color HEX #DB3E76 Cranberry

📋 copy color: '#DB3E76'

red 219 ◦ green 62 ◦ blue 118

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

Shades of Cranberry #DB3E76

Tints of Cranberry #DB3E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.54%

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

R = 54.89%
G = 15.54%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3E76 (or 0xDB3E76) is known color: Cranberry. HEX triplet: DB, 3E and 76. RGB value is (219,62,118). Sum of RGB (Red+Green+Blue) = 219+62+118=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E76 is #24C189. Grayscale: #737373. Windows color (decimal): -2408842 or 7749339. OLE color: 7749339.

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

Color convert

RGB 219 62 118 -
CMYK 0 0.72 0.46 0.14
HSL 338.6º 0.69% 0.55% -
HSV(B) 338.6º 0.72% 0.86% -
XYZ 34.21 19.81 19.16 -
YUV 115.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 219 62 118 0 0.72 0.46 0.14 338.6 0.69 0.55
Hex DB 3E 76 0 48 2E E 153 45 37
Octal 333 76 166 0 110 56 16 523 105 67
Binary 11011011 111110 1110110 0 1001000 101110 1110 101010011 1000101 110111

Color Harmonies of #DB3E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E76

Black with #DB3E76

Text Example


Text Example

White with #DB3E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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