Html Css Color HEX #DF488B Dark Pink

📋 copy color: '#DF488B'

red 223 ◦ green 72 ◦ blue 139

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

Shades of Dark Pink #DF488B

Tints of Dark Pink #DF488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

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

R = 51.38%
G = 16.59%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF488B (or 0xDF488B) is known color: Dark Pink. HEX triplet: DF, 48 and 8B. RGB value is (223,72,139). Sum of RGB (Red+Green+Blue) = 223+72+139=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF488B is #20B774. Grayscale: #7C7C7C. Windows color (decimal): -2144117 or 9128159. OLE color: 9128159.

HSL color Cylindrical-coordinate representation of color #DF488B: hue angle of 333.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF488B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 139 -
CMYK 0 0.68 0.38 0.13
HSL 333.38º 0.7% 0.58% -
HSV(B) 333.38º 0.68% 0.87% -
XYZ 37.41 22.19 26.74 -
YUV 124.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 223 72 139 0 0.68 0.38 0.13 333.38 0.7 0.58
Hex DF 48 8B 0 44 26 D 14D 46 3A
Octal 337 110 213 0 104 46 15 515 106 72
Binary 11011111 1001000 10001011 0 1000100 100110 1101 101001101 1000110 111010

Color Harmonies of #DF488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF488B

Black with #DF488B

Text Example


Text Example

White with #DF488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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