Html Css Color HEX #DB4882 Cranberry

📋 copy color: '#DB4882'

red 219 ◦ green 72 ◦ blue 130

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

Shades of Cranberry #DB4882

Tints of Cranberry #DB4882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 52.02%
G = 17.1%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB4882 (or 0xDB4882) is known color: Cranberry. HEX triplet: DB, 48 and 82. RGB value is (219,72,130). Sum of RGB (Red+Green+Blue) = 219+72+130=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4882 is #24B77D. Grayscale: #7A7A7A. Windows color (decimal): -2406270 or 8538331. OLE color: 8538331.

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

Color convert

RGB 219 72 130 -
CMYK 0 0.67 0.41 0.14
HSL 336.33º 0.67% 0.57% -
HSV(B) 336.33º 0.67% 0.86% -
XYZ 35.56 21.31 23.36 -
YUV 122.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 219 72 130 0 0.67 0.41 0.14 336.33 0.67 0.57
Hex DB 48 82 0 43 29 E 150 43 39
Octal 333 110 202 0 103 51 16 520 103 71
Binary 11011011 1001000 10000010 0 1000011 101001 1110 101010000 1000011 111001

Color Harmonies of #DB4882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4882

Black with #DB4882

Text Example


Text Example

White with #DB4882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4882; }

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

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

background-color css

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

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

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

border-color css

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

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

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