Html Css Color HEX #DB5A72 Cranberry

📋 copy color: '#DB5A72'

red 219 ◦ green 90 ◦ blue 114

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

Shades of Cranberry #DB5A72

Tints of Cranberry #DB5A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

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

R = 51.77%
G = 21.28%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5A72 (or 0xDB5A72) is known color: Cranberry. HEX triplet: DB, 5A and 72. RGB value is (219,90,114). Sum of RGB (Red+Green+Blue) = 219+90+114=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A72 is #24A58D. Grayscale: #838383. Windows color (decimal): -2401678 or 7494363. OLE color: 7494363.

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

Color convert

RGB 219 90 114 -
CMYK 0 0.59 0.48 0.14
HSL 348.84º 0.64% 0.61% -
HSV(B) 348.84º 0.59% 0.86% -
XYZ 35.91 23.59 18.58 -
YUV 131.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 219 90 114 0 0.59 0.48 0.14 348.84 0.64 0.61
Hex DB 5A 72 0 3B 30 E 15D 40 3D
Octal 333 132 162 0 73 60 16 535 100 75
Binary 11011011 1011010 1110010 0 111011 110000 1110 101011101 1000000 111101

Color Harmonies of #DB5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A72

Black with #DB5A72

Text Example


Text Example

White with #DB5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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