Html Css Color HEX #DB4682 Cranberry

📋 copy color: '#DB4682'

red 219 ◦ green 70 ◦ blue 130

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

Shades of Cranberry #DB4682

Tints of Cranberry #DB4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

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

R = 52.27%
G = 16.71%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB4682 (or 0xDB4682) is known color: Cranberry. HEX triplet: DB, 46 and 82. RGB value is (219,70,130). Sum of RGB (Red+Green+Blue) = 219+70+130=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4682 is #24B97D. Grayscale: #797979. Windows color (decimal): -2406782 or 8537819. OLE color: 8537819.

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

Color convert

RGB 219 70 130 -
CMYK 0 0.68 0.41 0.14
HSL 335.84º 0.67% 0.57% -
HSV(B) 335.84º 0.68% 0.86% -
XYZ 35.43 21.05 23.32 -
YUV 121.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 219 70 130 0 0.68 0.41 0.14 335.84 0.67 0.57
Hex DB 46 82 0 44 29 E 150 43 39
Octal 333 106 202 0 104 51 16 520 103 71
Binary 11011011 1000110 10000010 0 1000100 101001 1110 101010000 1000011 111001

Color Harmonies of #DB4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4682

Black with #DB4682

Text Example


Text Example

White with #DB4682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4682; }

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

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

background-color css

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

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

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

border-color css

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

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

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