Html Css Color HEX #DF508B Dark Pink

📋 copy color: '#DF508B'

red 223 ◦ green 80 ◦ blue 139

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

Shades of Dark Pink #DF508B

Tints of Dark Pink #DF508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 50.45%
G = 18.1%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF508B (or 0xDF508B) is known color: Dark Pink. HEX triplet: DF, 50 and 8B. RGB value is (223,80,139). Sum of RGB (Red+Green+Blue) = 223+80+139=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF508B is #20AF74. Grayscale: #818181. Windows color (decimal): -2142069 or 9130207. OLE color: 9130207.

HSL color Cylindrical-coordinate representation of color #DF508B: hue angle of 335.24º 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 #DF508B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 139 -
CMYK 0 0.64 0.38 0.13
HSL 335.24º 0.69% 0.59% -
HSV(B) 335.24º 0.64% 0.87% -
XYZ 37.96 23.29 26.92 -
YUV 129.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 223 80 139 0 0.64 0.38 0.13 335.24 0.69 0.59
Hex DF 50 8B 0 40 26 D 14F 45 3B
Octal 337 120 213 0 100 46 15 517 105 73
Binary 11011111 1010000 10001011 0 1000000 100110 1101 101001111 1000101 111011

Color Harmonies of #DF508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF508B

Black with #DF508B

Text Example


Text Example

White with #DF508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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