Html Css Color HEX #DF4B8A Dark Pink

📋 copy color: '#DF4B8A'

red 223 ◦ green 75 ◦ blue 138

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

Shades of Dark Pink #DF4B8A

Tints of Dark Pink #DF4B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 51.15%
G = 17.2%
B = 31.65%

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

#DF4B8A (or 0xDF4B8A) is known color: Dark Pink. HEX triplet: DF, 4B and 8A. RGB value is (223,75,138). Sum of RGB (Red+Green+Blue) = 223+75+138=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B8A is #20B475. Grayscale: #7E7E7E. Windows color (decimal): -2143350 or 9063391. OLE color: 9063391.

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

Color convert

RGB 223 75 138 -
CMYK 0 0.66 0.38 0.13
HSL 334.46º 0.7% 0.58% -
HSV(B) 334.46º 0.66% 0.87% -
XYZ 37.53 22.56 26.42 -
YUV 126.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 223 75 138 0 0.66 0.38 0.13 334.46 0.7 0.58
Hex DF 4B 8A 0 42 26 D 14E 46 3A
Octal 337 113 212 0 102 46 15 516 106 72
Binary 11011111 1001011 10001010 0 1000010 100110 1101 101001110 1000110 111010

Color Harmonies of #DF4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B8A

Black with #DF4B8A

Text Example


Text Example

White with #DF4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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