Html Css Color HEX #DB528B Dark Pink

📋 copy color: '#DB528B'

red 219 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #DB528B

Tints of Dark Pink #DB528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 49.77%
G = 18.64%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB528B (or 0xDB528B) is known color: Dark Pink. HEX triplet: DB, 52 and 8B. RGB value is (219,82,139). Sum of RGB (Red+Green+Blue) = 219+82+139=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528B is #24AD74. Grayscale: #818181. Windows color (decimal): -2403701 or 9130715. OLE color: 9130715.

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

Color convert

RGB 219 82 139 -
CMYK 0 0.63 0.37 0.14
HSL 335.04º 0.66% 0.59% -
HSV(B) 335.04º 0.63% 0.86% -
XYZ 36.89 22.96 26.91 -
YUV 129.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 219 82 139 0 0.63 0.37 0.14 335.04 0.66 0.59
Hex DB 52 8B 0 3F 25 E 14F 42 3B
Octal 333 122 213 0 77 45 16 517 102 73
Binary 11011011 1010010 10001011 0 111111 100101 1110 101001111 1000010 111011

Color Harmonies of #DB528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB528B

Black with #DB528B

Text Example


Text Example

White with #DB528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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