Html Css Color HEX #DF5F9C Pale Violet Red

📋 copy color: '#DF5F9C'

red 223 ◦ green 95 ◦ blue 156

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

Shades of Pale Violet Red #DF5F9C

Tints of Pale Violet Red #DF5F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.04%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 47.05%
G = 20.04%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF5F9C (or 0xDF5F9C) is known color: Pale Violet Red. HEX triplet: DF, 5F and 9C. RGB value is (223,95,156). Sum of RGB (Red+Green+Blue) = 223+95+156=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F9C is #20A063. Grayscale: #8C8C8C. Windows color (decimal): -2138212 or 10248159. OLE color: 10248159.

HSL color Cylindrical-coordinate representation of color #DF5F9C: hue angle of 331.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F9C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 95 156 -
CMYK 0 0.57 0.30 0.13
HSL 331.41º 0.67% 0.62% -
HSV(B) 331.41º 0.57% 0.87% -
XYZ 40.52 26.27 34.39 -
YUV 140.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 223 95 156 0 0.57 0.30 0.13 331.41 0.67 0.62
Hex DF 5F 9C 0 39 1E D 14B 43 3E
Octal 337 137 234 0 71 36 15 513 103 76
Binary 11011111 1011111 10011100 0 111001 11110 1101 101001011 1000011 111110

Color Harmonies of #DF5F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F9C

Black with #DF5F9C

Text Example


Text Example

White with #DF5F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F9C; }

 p { color: rgb(223,95,156); }

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

background-color css

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

 a { background-color: rgb(223,95,156); }

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

border-color css

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

 span { border-color: rgb(223,95,156); }

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