Html Css Color HEX #DB4072 Cranberry

📋 copy color: '#DB4072'

red 219 ◦ green 64 ◦ blue 114

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

Shades of Cranberry #DB4072

Tints of Cranberry #DB4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 55.16%
G = 16.12%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4072 (or 0xDB4072) is known color: Cranberry. HEX triplet: DB, 40 and 72. RGB value is (219,64,114). Sum of RGB (Red+Green+Blue) = 219+64+114=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4072 is #24BF8D. Grayscale: #747474. Windows color (decimal): -2408334 or 7487707. OLE color: 7487707.

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

Color convert

RGB 219 64 114 -
CMYK 0 0.71 0.48 0.14
HSL 340.65º 0.68% 0.55% -
HSV(B) 340.65º 0.71% 0.86% -
XYZ 34.08 19.94 17.97 -
YUV 116.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 219 64 114 0 0.71 0.48 0.14 340.65 0.68 0.55
Hex DB 40 72 0 47 30 E 155 44 37
Octal 333 100 162 0 107 60 16 525 104 67
Binary 11011011 1000000 1110010 0 1000111 110000 1110 101010101 1000100 110111

Color Harmonies of #DB4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4072

Black with #DB4072

Text Example


Text Example

White with #DB4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4072; }

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

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

background-color css

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

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

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

border-color css

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

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

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