Html Css Color HEX #DB4573 Cranberry

📋 copy color: '#DB4573'

red 219 ◦ green 69 ◦ blue 115

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

Shades of Cranberry #DB4573

Tints of Cranberry #DB4573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 54.34%
G = 17.12%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB4573 (or 0xDB4573) is known color: Cranberry. HEX triplet: DB, 45 and 73. RGB value is (219,69,115). Sum of RGB (Red+Green+Blue) = 219+69+115=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4573 is #24BA8C. Grayscale: #777777. Windows color (decimal): -2407053 or 7554523. OLE color: 7554523.

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

Color convert

RGB 219 69 115 -
CMYK 0 0.68 0.47 0.14
HSL 341.6º 0.68% 0.56% -
HSV(B) 341.6º 0.68% 0.86% -
XYZ 34.44 20.55 18.37 -
YUV 119.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 219 69 115 0 0.68 0.47 0.14 341.6 0.68 0.56
Hex DB 45 73 0 44 2F E 156 44 38
Octal 333 105 163 0 104 57 16 526 104 70
Binary 11011011 1000101 1110011 0 1000100 101111 1110 101010110 1000100 111000

Color Harmonies of #DB4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4573

Black with #DB4573

Text Example


Text Example

White with #DB4573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4573; }

 p { color: rgb(219,69,115); }

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

background-color css

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

 a { background-color: rgb(219,69,115); }

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

border-color css

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

 span { border-color: rgb(219,69,115); }

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