Html Css Color HEX #DB538F Dark Pink

📋 copy color: '#DB538F'

red 219 ◦ green 83 ◦ blue 143

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

Shades of Dark Pink #DB538F

Tints of Dark Pink #DB538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.65%

 BLUE value IS 143 (56.25% from 255) = 32.13%

R = 49.21%
G = 18.65%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB538F (or 0xDB538F) is known color: Dark Pink. HEX triplet: DB, 53 and 8F. RGB value is (219,83,143). Sum of RGB (Red+Green+Blue) = 219+83+143=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB538F is #24AC70. Grayscale: #828282. Windows color (decimal): -2403441 or 9393115. OLE color: 9393115.

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

Color convert

RGB 219 83 143 -
CMYK 0 0.62 0.35 0.14
HSL 333.53º 0.65% 0.59% -
HSV(B) 333.53º 0.62% 0.86% -
XYZ 37.26 23.23 28.51 -
YUV 130.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 219 83 143 0 0.62 0.35 0.14 333.53 0.65 0.59
Hex DB 53 8F 0 3E 23 E 14E 41 3B
Octal 333 123 217 0 76 43 16 516 101 73
Binary 11011011 1010011 10001111 0 111110 100011 1110 101001110 1000001 111011

Color Harmonies of #DB538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB538F

Black with #DB538F

Text Example


Text Example

White with #DB538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB538F; }

 p { color: rgb(219,83,143); }

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

background-color css

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

 a { background-color: rgb(219,83,143); }

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

border-color css

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

 span { border-color: rgb(219,83,143); }

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