Html Css Color HEX #DF5E7B Dark Pink

📋 copy color: '#DF5E7B'

red 223 ◦ green 94 ◦ blue 123

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

Shades of Dark Pink #DF5E7B

Tints of Dark Pink #DF5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.36%

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 50.68%
G = 21.36%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF5E7B (or 0xDF5E7B) is known color: Dark Pink. HEX triplet: DF, 5E and 7B. RGB value is (223,94,123). Sum of RGB (Red+Green+Blue) = 223+94+123=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E7B is #20A184. Grayscale: #878787. Windows color (decimal): -2138501 or 8085215. OLE color: 8085215.

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

Color convert

RGB 223 94 123 -
CMYK 0 0.58 0.45 0.13
HSL 346.51º 0.67% 0.62% -
HSV(B) 346.51º 0.58% 0.87% -
XYZ 38.01 25.12 21.58 -
YUV 135.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 223 94 123 0 0.58 0.45 0.13 346.51 0.67 0.62
Hex DF 5E 7B 0 3A 2D D 15B 43 3E
Octal 337 136 173 0 72 55 15 533 103 76
Binary 11011111 1011110 1111011 0 111010 101101 1101 101011011 1000011 111110

Color Harmonies of #DF5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E7B

Black with #DF5E7B

Text Example


Text Example

White with #DF5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E7B; }

 p { color: rgb(223,94,123); }

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

background-color css

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

 a { background-color: rgb(223,94,123); }

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

border-color css

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

 span { border-color: rgb(223,94,123); }

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