Html Css Color HEX #DB4874 Cranberry

📋 copy color: '#DB4874'

red 219 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #DB4874

Tints of Cranberry #DB4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 53.81%
G = 17.69%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4874 (or 0xDB4874) is known color: Cranberry. HEX triplet: DB, 48 and 74. RGB value is (219,72,116). Sum of RGB (Red+Green+Blue) = 219+72+116=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4874 is #24B78B. Grayscale: #787878. Windows color (decimal): -2406284 or 7620827. OLE color: 7620827.

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

Color convert

RGB 219 72 116 -
CMYK 0 0.67 0.47 0.14
HSL 342.04º 0.67% 0.57% -
HSV(B) 342.04º 0.67% 0.86% -
XYZ 34.68 20.96 18.74 -
YUV 120.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 219 72 116 0 0.67 0.47 0.14 342.04 0.67 0.57
Hex DB 48 74 0 43 2F E 156 43 39
Octal 333 110 164 0 103 57 16 526 103 71
Binary 11011011 1001000 1110100 0 1000011 101111 1110 101010110 1000011 111001

Color Harmonies of #DB4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4874

Black with #DB4874

Text Example


Text Example

White with #DB4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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