Html Css Color HEX #DF4B8E Dark Pink

📋 copy color: '#DF4B8E'

red 223 ◦ green 75 ◦ blue 142

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

Shades of Dark Pink #DF4B8E

Tints of Dark Pink #DF4B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 50.68%
G = 17.05%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF4B8E (or 0xDF4B8E) is known color: Dark Pink. HEX triplet: DF, 4B and 8E. RGB value is (223,75,142). Sum of RGB (Red+Green+Blue) = 223+75+142=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B8E is #20B471. Grayscale: #7E7E7E. Windows color (decimal): -2143346 or 9325535. OLE color: 9325535.

HSL color Cylindrical-coordinate representation of color #DF4B8E: hue angle of 332.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B8E is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 75 142 -
CMYK 0 0.66 0.36 0.13
HSL 332.84º 0.7% 0.58% -
HSV(B) 332.84º 0.66% 0.87% -
XYZ 37.83 22.67 27.97 -
YUV 126.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 223 75 142 0 0.66 0.36 0.13 332.84 0.7 0.58
Hex DF 4B 8E 0 42 24 D 14D 46 3A
Octal 337 113 216 0 102 44 15 515 106 72
Binary 11011111 1001011 10001110 0 1000010 100100 1101 101001101 1000110 111010

Color Harmonies of #DF4B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B8E

Black with #DF4B8E

Text Example


Text Example

White with #DF4B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B8E; }

 p { color: rgb(223,75,142); }

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

background-color css

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

 a { background-color: rgb(223,75,142); }

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

border-color css

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

 span { border-color: rgb(223,75,142); }

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