Html Css Color HEX #DB5485 Cranberry

📋 copy color: '#DB5485'

red 219 ◦ green 84 ◦ blue 133

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

Shades of Cranberry #DB5485

Tints of Cranberry #DB5485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 50.23%
G = 19.27%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5485 (or 0xDB5485) is known color: Cranberry. HEX triplet: DB, 54 and 85. RGB value is (219,84,133). Sum of RGB (Red+Green+Blue) = 219+84+133=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5485 is #24AB7A. Grayscale: #818181. Windows color (decimal): -2403195 or 8738011. OLE color: 8738011.

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

Color convert

RGB 219 84 133 -
CMYK 0 0.62 0.39 0.14
HSL 338.22º 0.65% 0.59% -
HSV(B) 338.22º 0.62% 0.86% -
XYZ 36.62 23.09 24.72 -
YUV 129.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 219 84 133 0 0.62 0.39 0.14 338.22 0.65 0.59
Hex DB 54 85 0 3E 27 E 152 41 3B
Octal 333 124 205 0 76 47 16 522 101 73
Binary 11011011 1010100 10000101 0 111110 100111 1110 101010010 1000001 111011

Color Harmonies of #DB5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5485

Black with #DB5485

Text Example


Text Example

White with #DB5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5485; }

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

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

background-color css

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

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

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

border-color css

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

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

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