Html Css Color HEX #DF6181 Dark Pink

📋 copy color: '#DF6181'

red 223 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #DF6181

Tints of Dark Pink #DF6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 49.67%
G = 21.6%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF6181 (or 0xDF6181) is known color: Dark Pink. HEX triplet: DF, 61 and 81. RGB value is (223,97,129). Sum of RGB (Red+Green+Blue) = 223+97+129=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6181 is #209E7E. Grayscale: #8A8A8A. Windows color (decimal): -2137727 or 8479199. OLE color: 8479199.

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

Color convert

RGB 223 97 129 -
CMYK 0 0.57 0.42 0.13
HSL 344.76º 0.66% 0.63% -
HSV(B) 344.76º 0.57% 0.87% -
XYZ 38.67 25.82 23.72 -
YUV 138.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 223 97 129 0 0.57 0.42 0.13 344.76 0.66 0.63
Hex DF 61 81 0 39 2A D 159 42 3F
Octal 337 141 201 0 71 52 15 531 102 77
Binary 11011111 1100001 10000001 0 111001 101010 1101 101011001 1000010 111111

Color Harmonies of #DF6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6181

Black with #DF6181

Text Example


Text Example

White with #DF6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6181; }

 p { color: rgb(223,97,129); }

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

background-color css

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

 a { background-color: rgb(223,97,129); }

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

border-color css

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

 span { border-color: rgb(223,97,129); }

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