Html Css Color HEX #DF498A Dark Pink

📋 copy color: '#DF498A'

red 223 ◦ green 73 ◦ blue 138

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

Shades of Dark Pink #DF498A

Tints of Dark Pink #DF498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 51.38%
G = 16.82%
B = 31.8%

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

#DF498A (or 0xDF498A) is known color: Dark Pink. HEX triplet: DF, 49 and 8A. RGB value is (223,73,138). Sum of RGB (Red+Green+Blue) = 223+73+138=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF498A is #20B675. Grayscale: #7D7D7D. Windows color (decimal): -2143862 or 9062879. OLE color: 9062879.

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

Color convert

RGB 223 73 138 -
CMYK 0 0.67 0.38 0.13
HSL 334º 0.7% 0.58% -
HSV(B) 334º 0.67% 0.87% -
XYZ 37.4 22.29 26.38 -
YUV 125.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 223 73 138 0 0.67 0.38 0.13 334 0.7 0.58
Hex DF 49 8A 0 43 26 D 14E 46 3A
Octal 337 111 212 0 103 46 15 516 106 72
Binary 11011111 1001001 10001010 0 1000011 100110 1101 101001110 1000110 111010

Color Harmonies of #DF498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF498A

Black with #DF498A

Text Example


Text Example

White with #DF498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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