Html Css Color HEX #DB528A Dark Pink

📋 copy color: '#DB528A'

red 219 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #DB528A

Tints of Dark Pink #DB528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 49.89%
G = 18.68%
B = 31.44%

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

#DB528A (or 0xDB528A) is known color: Dark Pink. HEX triplet: DB, 52 and 8A. RGB value is (219,82,138). Sum of RGB (Red+Green+Blue) = 219+82+138=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528A is #24AD75. Grayscale: #818181. Windows color (decimal): -2403702 or 9065179. OLE color: 9065179.

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

Color convert

RGB 219 82 138 -
CMYK 0 0.63 0.37 0.14
HSL 335.47º 0.66% 0.59% -
HSV(B) 335.47º 0.63% 0.86% -
XYZ 36.82 22.93 26.53 -
YUV 129.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 219 82 138 0 0.63 0.37 0.14 335.47 0.66 0.59
Hex DB 52 8A 0 3F 25 E 14F 42 3B
Octal 333 122 212 0 77 45 16 517 102 73
Binary 11011011 1010010 10001010 0 111111 100101 1110 101001111 1000010 111011

Color Harmonies of #DB528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB528A

Black with #DB528A

Text Example


Text Example

White with #DB528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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