Html Css Color HEX #DB5481 Cranberry

📋 copy color: '#DB5481'

red 219 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #DB5481

Tints of Cranberry #DB5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 50.69%
G = 19.44%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB5481 (or 0xDB5481) is known color: Cranberry. HEX triplet: DB, 54 and 81. RGB value is (219,84,129). Sum of RGB (Red+Green+Blue) = 219+84+129=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5481 is #24AB7E. Grayscale: #818181. Windows color (decimal): -2403199 or 8475867. OLE color: 8475867.

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

Color convert

RGB 219 84 129 -
CMYK 0 0.62 0.41 0.14
HSL 340º 0.65% 0.59% -
HSV(B) 340º 0.62% 0.86% -
XYZ 36.35 22.99 23.29 -
YUV 129.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 219 84 129 0 0.62 0.41 0.14 340 0.65 0.59
Hex DB 54 81 0 3E 29 E 154 41 3B
Octal 333 124 201 0 76 51 16 524 101 73
Binary 11011011 1010100 10000001 0 111110 101001 1110 101010100 1000001 111011

Color Harmonies of #DB5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5481

Black with #DB5481

Text Example


Text Example

White with #DB5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5481; }

 p { color: rgb(219,84,129); }

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

background-color css

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

 a { background-color: rgb(219,84,129); }

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

border-color css

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

 span { border-color: rgb(219,84,129); }

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