Html Css Color HEX #DF4D90 Dark Pink

📋 copy color: '#DF4D90'

red 223 ◦ green 77 ◦ blue 144

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

Shades of Dark Pink #DF4D90

Tints of Dark Pink #DF4D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 50.23%
G = 17.34%
B = 32.43%

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

#DF4D90 (or 0xDF4D90) is known color: Dark Pink. HEX triplet: DF, 4D and 90. RGB value is (223,77,144). Sum of RGB (Red+Green+Blue) = 223+77+144=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D90 is #20B26F. Grayscale: #808080. Windows color (decimal): -2142832 or 9457119. OLE color: 9457119.

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

Color convert

RGB 223 77 144 -
CMYK 0 0.65 0.35 0.13
HSL 332.47º 0.7% 0.59% -
HSV(B) 332.47º 0.65% 0.87% -
XYZ 38.12 23.01 28.82 -
YUV 128.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 223 77 144 0 0.65 0.35 0.13 332.47 0.7 0.59
Hex DF 4D 90 0 41 23 D 14C 46 3B
Octal 337 115 220 0 101 43 15 514 106 73
Binary 11011111 1001101 10010000 0 1000001 100011 1101 101001100 1000110 111011

Color Harmonies of #DF4D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D90

Black with #DF4D90

Text Example


Text Example

White with #DF4D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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