Html Css Color HEX #DB4276 Cranberry

📋 copy color: '#DB4276'

red 219 ◦ green 66 ◦ blue 118

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

Shades of Cranberry #DB4276

Tints of Cranberry #DB4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 54.34%
G = 16.38%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB4276 (or 0xDB4276) is known color: Cranberry. HEX triplet: DB, 42 and 76. RGB value is (219,66,118). Sum of RGB (Red+Green+Blue) = 219+66+118=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4276 is #24BD89. Grayscale: #757575. Windows color (decimal): -2407818 or 7750363. OLE color: 7750363.

HSL color Cylindrical-coordinate representation of color #DB4276: hue angle of 339.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4276 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 118 -
CMYK 0 0.70 0.46 0.14
HSL 339.61º 0.68% 0.56% -
HSV(B) 339.61º 0.7% 0.86% -
XYZ 34.43 20.26 19.24 -
YUV 117.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 219 66 118 0 0.70 0.46 0.14 339.61 0.68 0.56
Hex DB 42 76 0 46 2E E 154 44 38
Octal 333 102 166 0 106 56 16 524 104 70
Binary 11011011 1000010 1110110 0 1000110 101110 1110 101010100 1000100 111000

Color Harmonies of #DB4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4276

Black with #DB4276

Text Example


Text Example

White with #DB4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4276; }

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

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

background-color css

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

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

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

border-color css

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

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

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