Html Css Color HEX #DF6085 Dark Pink

📋 copy color: '#DF6085'

red 223 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #DF6085

Tints of Dark Pink #DF6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 49.34%
G = 21.24%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF6085 (or 0xDF6085) is known color: Dark Pink. HEX triplet: DF, 60 and 85. RGB value is (223,96,133). Sum of RGB (Red+Green+Blue) = 223+96+133=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6085 is #209F7A. Grayscale: #8A8A8A. Windows color (decimal): -2137979 or 8741087. OLE color: 8741087.

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

Color convert

RGB 223 96 133 -
CMYK 0 0.57 0.40 0.13
HSL 342.52º 0.66% 0.63% -
HSV(B) 342.52º 0.57% 0.87% -
XYZ 38.85 25.75 25.11 -
YUV 138.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 223 96 133 0 0.57 0.40 0.13 342.52 0.66 0.63
Hex DF 60 85 0 39 28 D 157 42 3F
Octal 337 140 205 0 71 50 15 527 102 77
Binary 11011111 1100000 10000101 0 111001 101000 1101 101010111 1000010 111111

Color Harmonies of #DF6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6085

Black with #DF6085

Text Example


Text Example

White with #DF6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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