Html Css Color HEX #DB568F Dark Pink

📋 copy color: '#DB568F'

red 219 ◦ green 86 ◦ blue 143

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

Shades of Dark Pink #DB568F

Tints of Dark Pink #DB568F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 48.88%
G = 19.2%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB568F (or 0xDB568F) is known color: Dark Pink. HEX triplet: DB, 56 and 8F. RGB value is (219,86,143). Sum of RGB (Red+Green+Blue) = 219+86+143=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB568F is #24A970. Grayscale: #848484. Windows color (decimal): -2402673 or 9393883. OLE color: 9393883.

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

Color convert

RGB 219 86 143 -
CMYK 0 0.61 0.35 0.14
HSL 334.29º 0.65% 0.6% -
HSV(B) 334.29º 0.61% 0.86% -
XYZ 37.5 23.7 28.58 -
YUV 132.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 219 86 143 0 0.61 0.35 0.14 334.29 0.65 0.6
Hex DB 56 8F 0 3D 23 E 14E 41 3C
Octal 333 126 217 0 75 43 16 516 101 74
Binary 11011011 1010110 10001111 0 111101 100011 1110 101001110 1000001 111100

Color Harmonies of #DB568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB568F

Black with #DB568F

Text Example


Text Example

White with #DB568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB568F; }

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

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

background-color css

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

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

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

border-color css

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

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

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