Html Css Color HEX #DF5195 Dark Pink

📋 copy color: '#DF5195'

red 223 ◦ green 81 ◦ blue 149

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

Shades of Dark Pink #DF5195

Tints of Dark Pink #DF5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 49.23%
G = 17.88%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5195 (or 0xDF5195) is known color: Dark Pink. HEX triplet: DF, 51 and 95. RGB value is (223,81,149). Sum of RGB (Red+Green+Blue) = 223+81+149=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5195 is #20AE6A. Grayscale: #838383. Windows color (decimal): -2141803 or 9785823. OLE color: 9785823.

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

Color convert

RGB 223 81 149 -
CMYK 0 0.64 0.33 0.13
HSL 331.27º 0.69% 0.6% -
HSV(B) 331.27º 0.64% 0.87% -
XYZ 38.8 23.74 30.97 -
YUV 131.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 223 81 149 0 0.64 0.33 0.13 331.27 0.69 0.6
Hex DF 51 95 0 40 21 D 14B 45 3C
Octal 337 121 225 0 100 41 15 513 105 74
Binary 11011111 1010001 10010101 0 1000000 100001 1101 101001011 1000101 111100

Color Harmonies of #DF5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5195

Black with #DF5195

Text Example


Text Example

White with #DF5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5195; }

 p { color: rgb(223,81,149); }

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

background-color css

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

 a { background-color: rgb(223,81,149); }

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

border-color css

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

 span { border-color: rgb(223,81,149); }

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