Html Css Color HEX #DB4674 Cranberry

📋 copy color: '#DB4674'

red 219 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #DB4674

Tints of Cranberry #DB4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 54.07%
G = 17.28%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4674 (or 0xDB4674) is known color: Cranberry. HEX triplet: DB, 46 and 74. RGB value is (219,70,116). Sum of RGB (Red+Green+Blue) = 219+70+116=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4674 is #24B98B. Grayscale: #777777. Windows color (decimal): -2406796 or 7620315. OLE color: 7620315.

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

Color convert

RGB 219 70 116 -
CMYK 0 0.68 0.47 0.14
HSL 341.48º 0.67% 0.57% -
HSV(B) 341.48º 0.68% 0.86% -
XYZ 34.56 20.7 18.7 -
YUV 119.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 219 70 116 0 0.68 0.47 0.14 341.48 0.67 0.57
Hex DB 46 74 0 44 2F E 155 43 39
Octal 333 106 164 0 104 57 16 525 103 71
Binary 11011011 1000110 1110100 0 1000100 101111 1110 101010101 1000011 111001

Color Harmonies of #DB4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4674

Black with #DB4674

Text Example


Text Example

White with #DB4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4674; }

 p { color: rgb(219,70,116); }

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

background-color css

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

 a { background-color: rgb(219,70,116); }

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

border-color css

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

 span { border-color: rgb(219,70,116); }

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