Html Css Color HEX #DB4172 Cranberry

📋 copy color: '#DB4172'

red 219 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #DB4172

Tints of Cranberry #DB4172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 55.03%
G = 16.33%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4172 (or 0xDB4172) is known color: Cranberry. HEX triplet: DB, 41 and 72. RGB value is (219,65,114). Sum of RGB (Red+Green+Blue) = 219+65+114=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4172 is #24BE8D. Grayscale: #747474. Windows color (decimal): -2408078 or 7487963. OLE color: 7487963.

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

Color convert

RGB 219 65 114 -
CMYK 0 0.70 0.48 0.14
HSL 340.91º 0.68% 0.56% -
HSV(B) 340.91º 0.7% 0.86% -
XYZ 34.14 20.06 17.99 -
YUV 116.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 219 65 114 0 0.70 0.48 0.14 340.91 0.68 0.56
Hex DB 41 72 0 46 30 E 155 44 38
Octal 333 101 162 0 106 60 16 525 104 70
Binary 11011011 1000001 1110010 0 1000110 110000 1110 101010101 1000100 111000

Color Harmonies of #DB4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4172

Black with #DB4172

Text Example


Text Example

White with #DB4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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