Html Css Color HEX #DF478A Dark Pink

📋 copy color: '#DF478A'

red 223 ◦ green 71 ◦ blue 138

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

Shades of Dark Pink #DF478A

Tints of Dark Pink #DF478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

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

R = 51.62%
G = 16.44%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF478A (or 0xDF478A) is known color: Dark Pink. HEX triplet: DF, 47 and 8A. RGB value is (223,71,138). Sum of RGB (Red+Green+Blue) = 223+71+138=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF478A is #20B875. Grayscale: #7B7B7B. Windows color (decimal): -2144374 or 9062367. OLE color: 9062367.

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

Color convert

RGB 223 71 138 -
CMYK 0 0.68 0.38 0.13
HSL 333.55º 0.7% 0.58% -
HSV(B) 333.55º 0.68% 0.87% -
XYZ 37.27 22.03 26.33 -
YUV 124.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 223 71 138 0 0.68 0.38 0.13 333.55 0.7 0.58
Hex DF 47 8A 0 44 26 D 14E 46 3A
Octal 337 107 212 0 104 46 15 516 106 72
Binary 11011111 1000111 10001010 0 1000100 100110 1101 101001110 1000110 111010

Color Harmonies of #DF478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF478A

Black with #DF478A

Text Example


Text Example

White with #DF478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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