Html Css Color HEX #DF6081 Dark Pink

📋 copy color: '#DF6081'

red 223 ◦ green 96 ◦ blue 129

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

Shades of Dark Pink #DF6081

Tints of Dark Pink #DF6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

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

R = 49.78%
G = 21.43%
B = 28.79%

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

#DF6081 (or 0xDF6081) is known color: Dark Pink. HEX triplet: DF, 60 and 81. RGB value is (223,96,129). Sum of RGB (Red+Green+Blue) = 223+96+129=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6081 is #209F7E. Grayscale: #898989. Windows color (decimal): -2137983 or 8478943. OLE color: 8478943.

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

Color convert

RGB 223 96 129 -
CMYK 0 0.57 0.42 0.13
HSL 344.41º 0.66% 0.63% -
HSV(B) 344.41º 0.57% 0.87% -
XYZ 38.58 25.64 23.68 -
YUV 137.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 223 96 129 0 0.57 0.42 0.13 344.41 0.66 0.63
Hex DF 60 81 0 39 2A D 158 42 3F
Octal 337 140 201 0 71 52 15 530 102 77
Binary 11011111 1100000 10000001 0 111001 101010 1101 101011000 1000010 111111

Color Harmonies of #DF6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6081

Black with #DF6081

Text Example


Text Example

White with #DF6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6081; }

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

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

background-color css

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

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

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

border-color css

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

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

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