Html Css Color HEX #DB4F8A Dark Pink

📋 copy color: '#DB4F8A'

red 219 ◦ green 79 ◦ blue 138

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

Shades of Dark Pink #DB4F8A

Tints of Dark Pink #DB4F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 50.23%
G = 18.12%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB4F8A (or 0xDB4F8A) is known color: Dark Pink. HEX triplet: DB, 4F and 8A. RGB value is (219,79,138). Sum of RGB (Red+Green+Blue) = 219+79+138=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F8A is #24B075. Grayscale: #7F7F7F. Windows color (decimal): -2404470 or 9064411. OLE color: 9064411.

HSL color Cylindrical-coordinate representation of color #DB4F8A: hue angle of 334.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F8A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 79 138 -
CMYK 0 0.64 0.37 0.14
HSL 334.71º 0.66% 0.58% -
HSV(B) 334.71º 0.64% 0.86% -
XYZ 36.6 22.49 26.46 -
YUV 127.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 219 79 138 0 0.64 0.37 0.14 334.71 0.66 0.58
Hex DB 4F 8A 0 40 25 E 14F 42 3A
Octal 333 117 212 0 100 45 16 517 102 72
Binary 11011011 1001111 10001010 0 1000000 100101 1110 101001111 1000010 111010

Color Harmonies of #DB4F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F8A

Black with #DB4F8A

Text Example


Text Example

White with #DB4F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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