Html Css Color HEX #DF4C8B Dark Pink

📋 copy color: '#DF4C8B'

red 223 ◦ green 76 ◦ blue 139

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

Shades of Dark Pink #DF4C8B

Tints of Dark Pink #DF4C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 50.91%
G = 17.35%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF4C8B (or 0xDF4C8B) is known color: Dark Pink. HEX triplet: DF, 4C and 8B. RGB value is (223,76,139). Sum of RGB (Red+Green+Blue) = 223+76+139=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C8B is #20B374. Grayscale: #7F7F7F. Windows color (decimal): -2143093 or 9129183. OLE color: 9129183.

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

Color convert

RGB 223 76 139 -
CMYK 0 0.66 0.38 0.13
HSL 334.29º 0.7% 0.59% -
HSV(B) 334.29º 0.66% 0.87% -
XYZ 37.68 22.72 26.83 -
YUV 127.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 223 76 139 0 0.66 0.38 0.13 334.29 0.7 0.59
Hex DF 4C 8B 0 42 26 D 14E 46 3B
Octal 337 114 213 0 102 46 15 516 106 73
Binary 11011111 1001100 10001011 0 1000010 100110 1101 101001110 1000110 111011

Color Harmonies of #DF4C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C8B

Black with #DF4C8B

Text Example


Text Example

White with #DF4C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C8B; }

 p { color: rgb(223,76,139); }

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

background-color css

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

 a { background-color: rgb(223,76,139); }

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

border-color css

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

 span { border-color: rgb(223,76,139); }

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