Html Css Color HEX #DB5A82 Cranberry

📋 copy color: '#DB5A82'

red 219 ◦ green 90 ◦ blue 130

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

Shades of Cranberry #DB5A82

Tints of Cranberry #DB5A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 49.89%
G = 20.5%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB5A82 (or 0xDB5A82) is known color: Cranberry. HEX triplet: DB, 5A and 82. RGB value is (219,90,130). Sum of RGB (Red+Green+Blue) = 219+90+130=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A82 is #24A57D. Grayscale: #858585. Windows color (decimal): -2401662 or 8542939. OLE color: 8542939.

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

Color convert

RGB 219 90 130 -
CMYK 0 0.59 0.41 0.14
HSL 341.4º 0.64% 0.61% -
HSV(B) 341.4º 0.59% 0.86% -
XYZ 36.9 23.98 23.8 -
YUV 133.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 219 90 130 0 0.59 0.41 0.14 341.4 0.64 0.61
Hex DB 5A 82 0 3B 29 E 155 40 3D
Octal 333 132 202 0 73 51 16 525 100 75
Binary 11011011 1011010 10000010 0 111011 101001 1110 101010101 1000000 111101

Color Harmonies of #DB5A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A82

Black with #DB5A82

Text Example


Text Example

White with #DB5A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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