Html Css Color HEX #DB5572 Cranberry

📋 copy color: '#DB5572'

red 219 ◦ green 85 ◦ blue 114

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

Shades of Cranberry #DB5572

Tints of Cranberry #DB5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

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

R = 52.39%
G = 20.33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5572 (or 0xDB5572) is known color: Cranberry. HEX triplet: DB, 55 and 72. RGB value is (219,85,114). Sum of RGB (Red+Green+Blue) = 219+85+114=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5572 is #24AA8D. Grayscale: #808080. Windows color (decimal): -2402958 or 7493083. OLE color: 7493083.

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

Color convert

RGB 219 85 114 -
CMYK 0 0.61 0.48 0.14
HSL 347.01º 0.65% 0.6% -
HSV(B) 347.01º 0.61% 0.86% -
XYZ 35.5 22.77 18.44 -
YUV 128.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 219 85 114 0 0.61 0.48 0.14 347.01 0.65 0.6
Hex DB 55 72 0 3D 30 E 15B 41 3C
Octal 333 125 162 0 75 60 16 533 101 74
Binary 11011011 1010101 1110010 0 111101 110000 1110 101011011 1000001 111100

Color Harmonies of #DB5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5572

Black with #DB5572

Text Example


Text Example

White with #DB5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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