Html Css Color HEX #DF4F92 Dark Pink

📋 copy color: '#DF4F92'

red 223 ◦ green 79 ◦ blue 146

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

Shades of Dark Pink #DF4F92

Tints of Dark Pink #DF4F92

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 49.78%
G = 17.63%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF4F92 (or 0xDF4F92) is known color: Dark Pink. HEX triplet: DF, 4F and 92. RGB value is (223,79,146). Sum of RGB (Red+Green+Blue) = 223+79+146=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4F92 is #20B06D. Grayscale: #818181. Windows color (decimal): -2142318 or 9588703. OLE color: 9588703.

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

Color convert

RGB 223 79 146 -
CMYK 0 0.65 0.35 0.13
HSL 332.08º 0.69% 0.59% -
HSV(B) 332.08º 0.65% 0.87% -
XYZ 38.42 23.36 29.68 -
YUV 129.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 223 79 146 0 0.65 0.35 0.13 332.08 0.69 0.59
Hex DF 4F 92 0 41 23 D 14C 45 3B
Octal 337 117 222 0 101 43 15 514 105 73
Binary 11011111 1001111 10010010 0 1000001 100011 1101 101001100 1000101 111011

Color Harmonies of #DF4F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F92

Black with #DF4F92

Text Example


Text Example

White with #DF4F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F92; }

 p { color: rgb(223,79,146); }

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

background-color css

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

 a { background-color: rgb(223,79,146); }

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

border-color css

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

 span { border-color: rgb(223,79,146); }

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