Html Css Color HEX #DF4A8A Dark Pink

📋 copy color: '#DF4A8A'

red 223 ◦ green 74 ◦ blue 138

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

Shades of Dark Pink #DF4A8A

Tints of Dark Pink #DF4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

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

R = 51.26%
G = 17.01%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF4A8A (or 0xDF4A8A) is known color: Dark Pink. HEX triplet: DF, 4A and 8A. RGB value is (223,74,138). Sum of RGB (Red+Green+Blue) = 223+74+138=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4A8A is #20B575. Grayscale: #7D7D7D. Windows color (decimal): -2143606 or 9063135. OLE color: 9063135.

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

Color convert

RGB 223 74 138 -
CMYK 0 0.67 0.38 0.13
HSL 334.23º 0.7% 0.58% -
HSV(B) 334.23º 0.67% 0.87% -
XYZ 37.47 22.42 26.4 -
YUV 125.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 223 74 138 0 0.67 0.38 0.13 334.23 0.7 0.58
Hex DF 4A 8A 0 43 26 D 14E 46 3A
Octal 337 112 212 0 103 46 15 516 106 72
Binary 11011111 1001010 10001010 0 1000011 100110 1101 101001110 1000110 111010

Color Harmonies of #DF4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A8A

Black with #DF4A8A

Text Example


Text Example

White with #DF4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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