Html Css Color HEX #DF4F94 Dark Pink

📋 copy color: '#DF4F94'

red 223 ◦ green 79 ◦ blue 148

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

Shades of Dark Pink #DF4F94

Tints of Dark Pink #DF4F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 49.56%
G = 17.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF4F94 (or 0xDF4F94) is known color: Dark Pink. HEX triplet: DF, 4F and 94. RGB value is (223,79,148). Sum of RGB (Red+Green+Blue) = 223+79+148=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4F94 is #20B06B. Grayscale: #818181. Windows color (decimal): -2142316 or 9719775. OLE color: 9719775.

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

Color convert

RGB 223 79 148 -
CMYK 0 0.65 0.34 0.13
HSL 331.25º 0.69% 0.59% -
HSV(B) 331.25º 0.65% 0.87% -
XYZ 38.57 23.42 30.5 -
YUV 129.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 223 79 148 0 0.65 0.34 0.13 331.25 0.69 0.59
Hex DF 4F 94 0 41 22 D 14B 45 3B
Octal 337 117 224 0 101 42 15 513 105 73
Binary 11011111 1001111 10010100 0 1000001 100010 1101 101001011 1000101 111011

Color Harmonies of #DF4F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F94

Black with #DF4F94

Text Example


Text Example

White with #DF4F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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