Html Css Color HEX #DB4870 Cranberry

📋 copy color: '#DB4870'

red 219 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #DB4870

Tints of Cranberry #DB4870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 54.34%
G = 17.87%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB4870 (or 0xDB4870) is known color: Cranberry. HEX triplet: DB, 48 and 70. RGB value is (219,72,112). Sum of RGB (Red+Green+Blue) = 219+72+112=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4870 is #24B78F. Grayscale: #787878. Windows color (decimal): -2406288 or 7358683. OLE color: 7358683.

HSL color Cylindrical-coordinate representation of color #DB4870: hue angle of 343.67º 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 #DB4870 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 112 -
CMYK 0 0.67 0.49 0.14
HSL 343.67º 0.67% 0.57% -
HSV(B) 343.67º 0.67% 0.86% -
XYZ 34.46 20.86 17.54 -
YUV 120.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 219 72 112 0 0.67 0.49 0.14 343.67 0.67 0.57
Hex DB 48 70 0 43 31 E 158 43 39
Octal 333 110 160 0 103 61 16 530 103 71
Binary 11011011 1001000 1110000 0 1000011 110001 1110 101011000 1000011 111001

Color Harmonies of #DB4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4870

Black with #DB4870

Text Example


Text Example

White with #DB4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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