Html Css Color HEX #DF5395 Dark Pink

📋 copy color: '#DF5395'

red 223 ◦ green 83 ◦ blue 149

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

Shades of Dark Pink #DF5395

Tints of Dark Pink #DF5395

RGB

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

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

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

R = 49.01%
G = 18.24%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5395 (or 0xDF5395) is known color: Dark Pink. HEX triplet: DF, 53 and 95. RGB value is (223,83,149). Sum of RGB (Red+Green+Blue) = 223+83+149=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5395 is #20AC6A. Grayscale: #848484. Windows color (decimal): -2141291 or 9786335. OLE color: 9786335.

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

Color convert

RGB 223 83 149 -
CMYK 0 0.63 0.33 0.13
HSL 331.71º 0.69% 0.6% -
HSV(B) 331.71º 0.63% 0.87% -
XYZ 38.95 24.04 31.02 -
YUV 132.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 223 83 149 0 0.63 0.33 0.13 331.71 0.69 0.6
Hex DF 53 95 0 3F 21 D 14C 45 3C
Octal 337 123 225 0 77 41 15 514 105 74
Binary 11011111 1010011 10010101 0 111111 100001 1101 101001100 1000101 111100

Color Harmonies of #DF5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5395

Black with #DF5395

Text Example


Text Example

White with #DF5395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5395; }

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

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

background-color css

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

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

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

border-color css

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

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

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