Html Css Color HEX #DF498B Dark Pink

📋 copy color: '#DF498B'

red 223 ◦ green 73 ◦ blue 139

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

Shades of Dark Pink #DF498B

Tints of Dark Pink #DF498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

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

R = 51.26%
G = 16.78%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF498B (or 0xDF498B) is known color: Dark Pink. HEX triplet: DF, 49 and 8B. RGB value is (223,73,139). Sum of RGB (Red+Green+Blue) = 223+73+139=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF498B is #20B674. Grayscale: #7D7D7D. Windows color (decimal): -2143861 or 9128415. OLE color: 9128415.

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

Color convert

RGB 223 73 139 -
CMYK 0 0.67 0.38 0.13
HSL 333.6º 0.7% 0.58% -
HSV(B) 333.6º 0.67% 0.87% -
XYZ 37.47 22.32 26.76 -
YUV 125.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 223 73 139 0 0.67 0.38 0.13 333.6 0.7 0.58
Hex DF 49 8B 0 43 26 D 14E 46 3A
Octal 337 111 213 0 103 46 15 516 106 72
Binary 11011111 1001001 10001011 0 1000011 100110 1101 101001110 1000110 111010

Color Harmonies of #DF498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF498B

Black with #DF498B

Text Example


Text Example

White with #DF498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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