Html Css Color HEX #DF4D83 Dark Pink

📋 copy color: '#DF4D83'

red 223 ◦ green 77 ◦ blue 131

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

Shades of Dark Pink #DF4D83

Tints of Dark Pink #DF4D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

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

R = 51.74%
G = 17.87%
B = 30.39%

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

#DF4D83 (or 0xDF4D83) is known color: Dark Pink. HEX triplet: DF, 4D and 83. RGB value is (223,77,131). Sum of RGB (Red+Green+Blue) = 223+77+131=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D83 is #20B27C. Grayscale: #7E7E7E. Windows color (decimal): -2142845 or 8605151. OLE color: 8605151.

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

Color convert

RGB 223 77 131 -
CMYK 0 0.65 0.41 0.13
HSL 337.81º 0.7% 0.59% -
HSV(B) 337.81º 0.65% 0.87% -
XYZ 37.18 22.63 23.88 -
YUV 126.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 223 77 131 0 0.65 0.41 0.13 337.81 0.7 0.59
Hex DF 4D 83 0 41 29 D 152 46 3B
Octal 337 115 203 0 101 51 15 522 106 73
Binary 11011111 1001101 10000011 0 1000001 101001 1101 101010010 1000110 111011

Color Harmonies of #DF4D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D83

Black with #DF4D83

Text Example


Text Example

White with #DF4D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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