Html Css Color HEX #DB4170 Cranberry

📋 copy color: '#DB4170'

red 219 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #DB4170

Tints of Cranberry #DB4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 55.3%
G = 16.41%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB4170 (or 0xDB4170) is known color: Cranberry. HEX triplet: DB, 41 and 70. RGB value is (219,65,112). Sum of RGB (Red+Green+Blue) = 219+65+112=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4170 is #24BE8F. Grayscale: #747474. Windows color (decimal): -2408080 or 7356891. OLE color: 7356891.

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

Color convert

RGB 219 65 112 -
CMYK 0 0.70 0.49 0.14
HSL 341.69º 0.68% 0.56% -
HSV(B) 341.69º 0.7% 0.86% -
XYZ 34.03 20.01 17.4 -
YUV 116.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 219 65 112 0 0.70 0.49 0.14 341.69 0.68 0.56
Hex DB 41 70 0 46 31 E 156 44 38
Octal 333 101 160 0 106 61 16 526 104 70
Binary 11011011 1000001 1110000 0 1000110 110001 1110 101010110 1000100 111000

Color Harmonies of #DB4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4170

Black with #DB4170

Text Example


Text Example

White with #DB4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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