Html Css Color HEX #DF4F83 Dark Pink

📋 copy color: '#DF4F83'

red 223 ◦ green 79 ◦ blue 131

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

Shades of Dark Pink #DF4F83

Tints of Dark Pink #DF4F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 51.5%
G = 18.24%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF4F83 (or 0xDF4F83) is known color: Dark Pink. HEX triplet: DF, 4F and 83. RGB value is (223,79,131). Sum of RGB (Red+Green+Blue) = 223+79+131=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4F83 is #20B07C. Grayscale: #7F7F7F. Windows color (decimal): -2142333 or 8605663. OLE color: 8605663.

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

Color convert

RGB 223 79 131 -
CMYK 0 0.65 0.41 0.13
HSL 338.33º 0.69% 0.59% -
HSV(B) 338.33º 0.65% 0.87% -
XYZ 37.32 22.92 23.93 -
YUV 127.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 223 79 131 0 0.65 0.41 0.13 338.33 0.69 0.59
Hex DF 4F 83 0 41 29 D 152 45 3B
Octal 337 117 203 0 101 51 15 522 105 73
Binary 11011111 1001111 10000011 0 1000001 101001 1101 101010010 1000101 111011

Color Harmonies of #DF4F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F83

Black with #DF4F83

Text Example


Text Example

White with #DF4F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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