Html Css Color HEX #DF5D98 Pale Violet Red

📋 copy color: '#DF5D98'

red 223 ◦ green 93 ◦ blue 152

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

Shades of Pale Violet Red #DF5D98

Tints of Pale Violet Red #DF5D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.87%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 47.65%
G = 19.87%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5D98 (or 0xDF5D98) is known color: Pale Violet Red. HEX triplet: DF, 5D and 98. RGB value is (223,93,152). Sum of RGB (Red+Green+Blue) = 223+93+152=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D98 is #20A267. Grayscale: #8A8A8A. Windows color (decimal): -2138728 or 9985503. OLE color: 9985503.

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

Color convert

RGB 223 93 152 -
CMYK 0 0.58 0.32 0.13
HSL 332.77º 0.67% 0.62% -
HSV(B) 332.77º 0.58% 0.87% -
XYZ 40.01 25.78 32.57 -
YUV 138.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 223 93 152 0 0.58 0.32 0.13 332.77 0.67 0.62
Hex DF 5D 98 0 3A 20 D 14D 43 3E
Octal 337 135 230 0 72 40 15 515 103 76
Binary 11011111 1011101 10011000 0 111010 100000 1101 101001101 1000011 111110

Color Harmonies of #DF5D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D98

Black with #DF5D98

Text Example


Text Example

White with #DF5D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D98; }

 p { color: rgb(223,93,152); }

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

background-color css

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

 a { background-color: rgb(223,93,152); }

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

border-color css

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

 span { border-color: rgb(223,93,152); }

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