Html Css Color HEX #DF508C Dark Pink

📋 copy color: '#DF508C'

red 223 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #DF508C

Tints of Dark Pink #DF508C

RGB

 RED value IS 223 (87.5% from 255) = 50.34%

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 50.34%
G = 18.06%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF508C (or 0xDF508C) is known color: Dark Pink. HEX triplet: DF, 50 and 8C. RGB value is (223,80,140). Sum of RGB (Red+Green+Blue) = 223+80+140=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508C is #20AF73. Grayscale: #818181. Windows color (decimal): -2142068 or 9195743. OLE color: 9195743.

HSL color Cylindrical-coordinate representation of color #DF508C: hue angle of 334.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF508C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 140 -
CMYK 0 0.64 0.37 0.13
HSL 334.83º 0.69% 0.59% -
HSV(B) 334.83º 0.64% 0.87% -
XYZ 38.03 23.32 27.31 -
YUV 129.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 223 80 140 0 0.64 0.37 0.13 334.83 0.69 0.59
Hex DF 50 8C 0 40 25 D 14F 45 3B
Octal 337 120 214 0 100 45 15 517 105 73
Binary 11011111 1010000 10001100 0 1000000 100101 1101 101001111 1000101 111011

Color Harmonies of #DF508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF508C

Black with #DF508C

Text Example


Text Example

White with #DF508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF508C; }

 p { color: rgb(223,80,140); }

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

background-color css

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

 a { background-color: rgb(223,80,140); }

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

border-color css

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

 span { border-color: rgb(223,80,140); }

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