Html Css Color HEX #DF5381 Dark Pink

📋 copy color: '#DF5381'

red 223 ◦ green 83 ◦ blue 129

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

Shades of Dark Pink #DF5381

Tints of Dark Pink #DF5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 51.26%
G = 19.08%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5381 (or 0xDF5381) is known color: Dark Pink. HEX triplet: DF, 53 and 81. RGB value is (223,83,129). Sum of RGB (Red+Green+Blue) = 223+83+129=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5381 is #20AC7E. Grayscale: #828282. Windows color (decimal): -2141311 or 8475615. OLE color: 8475615.

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

Color convert

RGB 223 83 129 -
CMYK 0 0.63 0.42 0.13
HSL 340.29º 0.69% 0.6% -
HSV(B) 340.29º 0.63% 0.87% -
XYZ 37.49 23.46 23.32 -
YUV 130.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 223 83 129 0 0.63 0.42 0.13 340.29 0.69 0.6
Hex DF 53 81 0 3F 2A D 154 45 3C
Octal 337 123 201 0 77 52 15 524 105 74
Binary 11011111 1010011 10000001 0 111111 101010 1101 101010100 1000101 111100

Color Harmonies of #DF5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5381

Black with #DF5381

Text Example


Text Example

White with #DF5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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