Html Css Color HEX #DB5284 Cranberry

📋 copy color: '#DB5284'

red 219 ◦ green 82 ◦ blue 132

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

Shades of Cranberry #DB5284

Tints of Cranberry #DB5284

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 50.58%
G = 18.94%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5284 (or 0xDB5284) is known color: Cranberry. HEX triplet: DB, 52 and 84. RGB value is (219,82,132). Sum of RGB (Red+Green+Blue) = 219+82+132=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5284 is #24AD7B. Grayscale: #808080. Windows color (decimal): -2403708 or 8671963. OLE color: 8671963.

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

Color convert

RGB 219 82 132 -
CMYK 0 0.63 0.40 0.14
HSL 338.1º 0.66% 0.59% -
HSV(B) 338.1º 0.63% 0.86% -
XYZ 36.4 22.76 24.3 -
YUV 128.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 219 82 132 0 0.63 0.40 0.14 338.1 0.66 0.59
Hex DB 52 84 0 3F 28 E 152 42 3B
Octal 333 122 204 0 77 50 16 522 102 73
Binary 11011011 1010010 10000100 0 111111 101000 1110 101010010 1000010 111011

Color Harmonies of #DB5284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5284

Black with #DB5284

Text Example


Text Example

White with #DB5284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5284; }

 p { color: rgb(219,82,132); }

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

background-color css

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

 a { background-color: rgb(219,82,132); }

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

border-color css

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

 span { border-color: rgb(219,82,132); }

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