Html Css Color HEX #DF5A98 Pale Violet Red

📋 copy color: '#DF5A98'

red 223 ◦ green 90 ◦ blue 152

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

Shades of Pale Violet Red #DF5A98

Tints of Pale Violet Red #DF5A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.35%

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

R = 47.96%
G = 19.35%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5A98 (or 0xDF5A98) is known color: Pale Violet Red. HEX triplet: DF, 5A and 98. RGB value is (223,90,152). Sum of RGB (Red+Green+Blue) = 223+90+152=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A98 is #20A567. Grayscale: #888888. Windows color (decimal): -2139496 or 9984735. OLE color: 9984735.

HSL color Cylindrical-coordinate representation of color #DF5A98: hue angle of 332.03º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A98 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 152 -
CMYK 0 0.60 0.32 0.13
HSL 332.03º 0.68% 0.61% -
HSV(B) 332.03º 0.6% 0.87% -
XYZ 39.76 25.27 32.49 -
YUV 136.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 223 90 152 0 0.60 0.32 0.13 332.03 0.68 0.61
Hex DF 5A 98 0 3C 20 D 14C 44 3D
Octal 337 132 230 0 74 40 15 514 104 75
Binary 11011111 1011010 10011000 0 111100 100000 1101 101001100 1000100 111101

Color Harmonies of #DF5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A98

Black with #DF5A98

Text Example


Text Example

White with #DF5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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